summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2016-07-06 08:33:16 +0300
committerOlof Johansson <olof@lixom.net>2016-07-06 08:33:16 +0300
commit355e5ce71f8e72741ea3ef1c00d77e96b518aaa2 (patch)
tree31a91f6ed4cfeab50fce1d9c5a0987dfdd6fb984 /arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi
parentab4b4340c7d74310a132cb457665bf3d98fdff79 (diff)
parent480985b06c8e3999940929bf024042e4181bbdce (diff)
downloadlinux-355e5ce71f8e72741ea3ef1c00d77e96b518aaa2.tar.xz
Merge tag 'omap-for-v4.8/dt-part2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt
Second set of device tree updates for omaps for v4.8 merge window. This is a series of dtc warning fixes when compiled with make W=2 from Javier Martinez Canillas <javier@osg.samsung.com>. * tag 'omap-for-v4.8/dt-part2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: (27 commits) ARM: dts: am57xx: sbc-am57x: remove unneded unit name ARM: dts: omap5-board-common: remove unneded unit names ARM: dts: omap5-cm-t54: remove unneded unit names and add reg properties ARM: dts: am437x: cm-t43: remove unneded unit names ARM: dts: am437x-gp-evm: remove unneded unit name ARM: dts: am43xx-epos-evm: remove unneded unit name ARM: dts: omap4-var-om44customboard: remove unneded unit name ARM: dts: omap4-sdp: remove unneded unit names ARM: dts: omap4-panda-common: remove unneded unit names ARM: dts: omap4-duovero-parlor: remove unneded unit name ARM: dts: omap3-thunder: remove unneded unit name ARM: dts: sbc-t3x30: remove unneded unit names ARM: dts: omap3-pandora-common: remove unneded unit name ARM: dts: omap3-overo-common-dvi: remove unneded unit names ARM: dts: omap3-igep0020-common: remove unneded unit names ARM: dts: omap3: overo: remove unneded unit names in display nodes ARM: dts: omap3-ha-lcd: remove unneeded unit name ARM: dts: omap3-gta04: remove unneeded unit names ARM: dts: omap3-devkit8000-lcd-common: remove unneeded unit names ARM: dts: omap3-devkit8000: remove unneeded unit names ... Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi')
-rw-r--r--arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi b/arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi
index 738910db5c0c..2d64bcffaaa8 100644
--- a/arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi
+++ b/arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi
@@ -14,7 +14,7 @@
display2 = &tv0;
};
- lcd0: display@0 {
+ lcd0: display {
compatible = "panel-dpi";
label = "lcd";
@@ -30,7 +30,7 @@
&dss {
port {
- dpi_lcd_out: endpoint@1 {
+ dpi_lcd_out: endpoint {
remote-endpoint = <&lcd_in>;
data-lines = <24>;
};