diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-06-27 15:21:05 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-29 03:05:37 -0400 |
commit | a264578805469942f0d0206284ad21ce70ca08c6 (patch) | |
tree | 4ac8d38bd549882d065cd6244bd251e4debf881b | |
parent | 7d304f73eff213d53110f34686f9403f20192480 (diff) |
ARM: dts: am437x: cm-t43: remove unneded unit names
This patch fixes the following DTC warnings for am437x-sbc-t43.dtb:
"endpoint@0 has a unit name, but no reg property"
"connector@0 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>
-rw-r--r-- | arch/arm/boot/dts/am437x-sbc-t43.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/compulab-sb-som.dtsi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am437x-sbc-t43.dts b/arch/arm/boot/dts/am437x-sbc-t43.dts index 5f750c0ed6c9..d23260d3a581 100644 --- a/arch/arm/boot/dts/am437x-sbc-t43.dts +++ b/arch/arm/boot/dts/am437x-sbc-t43.dts | |||
@@ -145,7 +145,7 @@ | |||
145 | pinctrl-0 = <&dss_pinctrl_default>; | 145 | pinctrl-0 = <&dss_pinctrl_default>; |
146 | 146 | ||
147 | port { | 147 | port { |
148 | dpi_lcd_out: endpoint@0 { | 148 | dpi_lcd_out: endpoint { |
149 | remote-endpoint = <&lcd_in>; | 149 | remote-endpoint = <&lcd_in>; |
150 | data-lines = <24>; | 150 | data-lines = <24>; |
151 | }; | 151 | }; |
diff --git a/arch/arm/boot/dts/compulab-sb-som.dtsi b/arch/arm/boot/dts/compulab-sb-som.dtsi index 93d7e235bc80..4af1adfee788 100644 --- a/arch/arm/boot/dts/compulab-sb-som.dtsi +++ b/arch/arm/boot/dts/compulab-sb-som.dtsi | |||
@@ -40,7 +40,7 @@ | |||
40 | }; | 40 | }; |
41 | }; | 41 | }; |
42 | 42 | ||
43 | hdmi_conn: connector@0 { | 43 | hdmi_conn: connector { |
44 | compatible = "hdmi-connector"; | 44 | compatible = "hdmi-connector"; |
45 | label = "hdmi"; | 45 | label = "hdmi"; |
46 | 46 | ||