Commit a2645788 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Tony Lindgren

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: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 7d304f73
...@@ -145,7 +145,7 @@ &dss { ...@@ -145,7 +145,7 @@ &dss {
pinctrl-0 = <&dss_pinctrl_default>; pinctrl-0 = <&dss_pinctrl_default>;
port { port {
dpi_lcd_out: endpoint@0 { dpi_lcd_out: endpoint {
remote-endpoint = <&lcd_in>; remote-endpoint = <&lcd_in>;
data-lines = <24>; data-lines = <24>;
}; };
......
...@@ -40,7 +40,7 @@ panel-timing { ...@@ -40,7 +40,7 @@ panel-timing {
}; };
}; };
hdmi_conn: connector@0 { hdmi_conn: connector {
compatible = "hdmi-connector"; compatible = "hdmi-connector";
label = "hdmi"; label = "hdmi";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment