aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap5-cm-t54.dts
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2016-06-27 15:21:06 -0400
committerTony Lindgren <tony@atomide.com>2016-06-29 03:05:38 -0400
commit3a76e98840a18fe1099b2245d0a58ef45ce21ca3 (patch)
tree207fb058984a619917e9bd47974d7661e4bd900a /arch/arm/boot/dts/omap5-cm-t54.dts
parenta264578805469942f0d0206284ad21ce70ca08c6 (diff)
ARM: dts: omap5-cm-t54: remove unneded unit names and add reg properties
This patch fixes the following DTC warnings for omap5-cm-t54.dtb: "connector@0 has a unit name, but no reg property" "encoder@0 has a unit name, but no reg property" "endpoint@0 has a unit name, but no reg property" "connector@1 has a unit name, but no reg property" Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5-cm-t54.dts')
-rw-r--r--arch/arm/boot/dts/omap5-cm-t54.dts15
1 files changed, 10 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/omap5-cm-t54.dts b/arch/arm/boot/dts/omap5-cm-t54.dts
index 93fdfa96776e..a9765605d53b 100644
--- a/arch/arm/boot/dts/omap5-cm-t54.dts
+++ b/arch/arm/boot/dts/omap5-cm-t54.dts
@@ -112,7 +112,7 @@
112 }; 112 };
113 }; 113 };
114 114
115 hdmi0: connector@0 { 115 hdmi0: connector0 {
116 compatible = "hdmi-connector"; 116 compatible = "hdmi-connector";
117 label = "hdmi"; 117 label = "hdmi";
118 118
@@ -130,7 +130,7 @@
130 }; 130 };
131 }; 131 };
132 132
133 tfp410: encoder@0 { 133 tfp410: encoder0 {
134 compatible = "ti,tfp410"; 134 compatible = "ti,tfp410";
135 135
136 ports { 136 ports {
@@ -140,7 +140,7 @@
140 port@0 { 140 port@0 {
141 reg = <0>; 141 reg = <0>;
142 142
143 tfp410_in: endpoint@0 { 143 tfp410_in: endpoint {
144 remote-endpoint = <&dpi_dvi_out>; 144 remote-endpoint = <&dpi_dvi_out>;
145 }; 145 };
146 }; 146 };
@@ -148,14 +148,14 @@
148 port@1 { 148 port@1 {
149 reg = <1>; 149 reg = <1>;
150 150
151 tfp410_out: endpoint@0 { 151 tfp410_out: endpoint {
152 remote-endpoint = <&dvi_connector_in>; 152 remote-endpoint = <&dvi_connector_in>;
153 }; 153 };
154 }; 154 };
155 }; 155 };
156 }; 156 };
157 157
158 dvi0: connector@1 { 158 dvi0: connector1 {
159 compatible = "dvi-connector"; 159 compatible = "dvi-connector";
160 label = "dvi"; 160 label = "dvi";
161 161
@@ -646,12 +646,17 @@
646 pinctrl-0 = <&dss_dpi_pins>; 646 pinctrl-0 = <&dss_dpi_pins>;
647 647
648 port { 648 port {
649 #address-cells = <1>;
650 #size-cells = <0>;
651
649 dpi_dvi_out: endpoint@0 { 652 dpi_dvi_out: endpoint@0 {
653 reg = <0>;
650 remote-endpoint = <&tfp410_in>; 654 remote-endpoint = <&tfp410_in>;
651 data-lines = <24>; 655 data-lines = <24>;
652 }; 656 };
653 657
654 dpi_lcd_out: endpoint@1 { 658 dpi_lcd_out: endpoint@1 {
659 reg = <1>;
655 remote-endpoint = <&lcd_in>; 660 remote-endpoint = <&lcd_in>;
656 data-lines = <24>; 661 data-lines = <24>;
657 }; 662 };