ARM: dts: am437x-epos-evm: remove lcd timings
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 9 Jun 2020 10:30:00 +0000 (13:30 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 10 Jun 2020 22:29:32 +0000 (15:29 -0700)
LCD timings now come from panel-simple. Having timings in the DT will
cause a WARN.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am43x-epos-evm.dts

index 27259fd..7d4e0df 100644 (file)
 
                backlight = <&lcd_bl>;
 
-               panel-timing {
-                       clock-frequency = <33000000>;
-                       hactive = <800>;
-                       vactive = <480>;
-                       hfront-porch = <210>;
-                       hback-porch = <16>;
-                       hsync-len = <30>;
-                       vback-porch = <10>;
-                       vfront-porch = <22>;
-                       vsync-len = <13>;
-                       hsync-active = <0>;
-                       vsync-active = <0>;
-                       de-active = <1>;
-                       pixelclk-active = <1>;
-               };
-
                port {
                        lcd_in: endpoint {
                                remote-endpoint = <&dpi_out>;