]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: omap3-devkit8000-lcd-common: remove unneeded unit names
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 27 Jun 2016 19:20:50 +0000 (15:20 -0400)
committerTony Lindgren <tony@atomide.com>
Wed, 29 Jun 2016 07:05:26 +0000 (00:05 -0700)
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>
arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi
arch/arm/boot/dts/omap3-devkit8000-lcd43.dts
arch/arm/boot/dts/omap3-devkit8000-lcd70.dts

index 738910db5c0cb7dea2584706f79f330e6d097317..2d64bcffaaa882c382b586e64f9db51b50e1c91d 100644 (file)
@@ -14,7 +14,7 @@ aliases {
                display2 = &tv0;
        };
 
-       lcd0: display@0 {
+       lcd0: display {
                compatible = "panel-dpi";
                label = "lcd";
 
@@ -30,7 +30,7 @@ lcd_in: endpoint {
 
 &dss {
        port {
-               dpi_lcd_out: endpoint@1 {
+               dpi_lcd_out: endpoint {
                        remote-endpoint = <&lcd_in>;
                        data-lines = <24>;
                };
index d5705356d52c21a550006a42fe884423ace2f777..d8b16398bfb3edf3dc3f5bb09f59c78f9cec3a21 100644 (file)
@@ -16,7 +16,7 @@ / {
        model = "TimLL OMAP3 Devkit8000 with 4.3'' LCD panel";
        compatible = "timll,omap3-devkit8000", "ti,omap3";
 
-       lcd0: display@0 {
+       lcd0: display {
                panel-timing {
                        clock-frequency = <10164705>;
                        hactive = <480>;
index 4afad4b233ec3d25d41b4025a06c27c2888eac70..edb37ba80498e6e716acba6904b0f2eb337e5122 100644 (file)
@@ -16,7 +16,7 @@ / {
        model = "TimLL OMAP3 Devkit8000 with 7.0'' LCD panel";
        compatible = "timll,omap3-devkit8000", "ti,omap3";
 
-       lcd0: display@0 {
+       lcd0: display {
                panel-timing {
                        clock-frequency = <40000000>;
                        hactive = <800>;