aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2017-08-28 18:03:19 -0500
committerPraneeth Bajjuri2017-08-28 18:03:19 -0500
commitdda8acaf6f2d9bddce62c305edf6b3071f04c136 (patch)
tree612f8b7b18ff3a84184ddc0ce456b9b0287cace6 /arch/arm/boot/dts/dra7x-evm-fpd-lg.dtsi
parentb22bbe0c5fa4fd5eb4609108a750b28a744a643e (diff)
parenteabbcea7629d5f2ec91568f7bd104536614107db (diff)
downloadkernel-omap-dda8acaf6f2d9bddce62c305edf6b3071f04c136.tar.gz
kernel-omap-dda8acaf6f2d9bddce62c305edf6b3071f04c136.tar.xz
kernel-omap-dda8acaf6f2d9bddce62c305edf6b3071f04c136.zip
Merge branch 'p-ti-lsk-android-linux-4.4.y' of git://git.omapzoom.org/kernel/omap into 6AM.1.3-rvc-video6AM.1.3-rvc-video
* 'p-ti-lsk-android-linux-4.4.y' of git://git.omapzoom.org/kernel/omap: (2048 commits) ARM: dts: dra7: Remove deprecated PCI compatible string ARM: dts: dra76-evm: Enable x2 PCIe lanes ARM: dts: DRA72x: Use PCIe compatible specific to dra72 ARM: dts: DRA74x: Use PCIe compatible specific to dra74 ARM: dts: dra7: Add properties to enable PCIe x2 lane mode PCI: dwc: pci-dra7xx: Enable x2 mode support PCI: dwc: dra7xx: Add support for SoC specific compatible strings dt-bindings: PCI: dra7xx: Add properties to enable x2 lane in dra7 dt-bindings: PCI: dra7xx: Add SoC specific compatible strings ARM: dts: dra7-evm: Move pcie RC node to common file ARM: dts: dra76-evm: add higher speed MMC/SD modes Linux 4.4.84 usb: qmi_wwan: add D-Link DWM-222 device ID usb: optimize acpi companion search for usb port devices perf/x86: Fix LBR related crashes on Intel Atom pids: make task_tgid_nr_ns() safe Sanitize 'move_pages()' permission checks irqchip/atmel-aic: Fix unbalanced refcount in aic_common_rtc_irq_fixup() irqchip/atmel-aic: Fix unbalanced of_node_put() in aic_common_irq_fixup() x86/asm/64: Clear AC on NMI entries ... Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Conflicts: arch/arm/boot/dts/Makefile drivers/gpu/drm/omapdrm/dss/dispc.c
Diffstat (limited to 'arch/arm/boot/dts/dra7x-evm-fpd-lg.dtsi')
-rw-r--r--arch/arm/boot/dts/dra7x-evm-fpd-lg.dtsi59
1 files changed, 59 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7x-evm-fpd-lg.dtsi b/arch/arm/boot/dts/dra7x-evm-fpd-lg.dtsi
new file mode 100644
index 000000000000..b4760b4efdad
--- /dev/null
+++ b/arch/arm/boot/dts/dra7x-evm-fpd-lg.dtsi
@@ -0,0 +1,59 @@
1/*
2 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8
9#include <dt-bindings/gpio/gpio.h>
10
11
12/ {
13 lcd_fpd: display_fpd {
14 /*
15 * This is not really a dpi panel, but panel-dpi driver
16 * works as dummy panel driver.
17 */
18 compatible = "lg,lp101wx2", "panel-dpi";
19
20 label = "lcd_fpd";
21 status = "disabled";
22
23 panel-timing {
24 clock-frequency = <69300404>;
25 hactive = <1280>;
26 vactive = <800>;
27
28 hfront-porch = <48>;
29 hback-porch = <44>;
30 hsync-len = <32>;
31
32 vfront-porch = <4>;
33 vback-porch = <7>;
34 vsync-len = <12>;
35
36 hsync-active = <0>;
37 vsync-active = <0>;
38 de-active = <1>;
39 pixelclk-active = <0>;
40 };
41
42 port {
43 fpd_in: endpoint {
44 };
45 };
46 };
47};
48
49&disp_ser {
50 disp_des: deserializer@2c {
51 compatible = "ti,ds90uh928q";
52 reg = <0x2c>;
53 slave-mode;
54 };
55 fpd_disp: tlc59108@1c {
56 compatible = "ti,tlc59108";
57 reg = <0x1c>;
58 };
59};