ARM: dts: omap3-devkit8000-lcd-common: remove unneeded unit names
This patch fixes the following DTC warnings for omap3-devkit8000-lcd43.dtb and omap3-devkit8000-lcd70.dtb: "display@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>
This commit is contained in:

committed by
Tony Lindgren

parent
80ca8bed60
commit
a346cea1af
@@ -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>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user