diff mbox series

[1/3] ARM: dts: am437x-sk-evm: remove lcd timings

Message ID 20200609103000.753453-1-tomi.valkeinen@ti.com (mailing list archive)
State New, archived
Headers show
Series [1/3] ARM: dts: am437x-sk-evm: remove lcd timings | expand

Commit Message

Tomi Valkeinen June 9, 2020, 10:29 a.m. UTC
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>
---
 arch/arm/boot/dts/am437x-sk-evm.dts | 16 ----------------
 1 file changed, 16 deletions(-)

Comments

Tony Lindgren June 9, 2020, 5:16 p.m. UTC | #1
* Tomi Valkeinen <tomi.valkeinen@ti.com> [200609 10:31]:
> LCD timings now come from panel-simple. Having timings in the DT will
> cause a WARN.

Thanks applying all three into fixes as they fix a
generic panel conversion regression and just remove
code.

Regards,

Tony
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts
index 4d5a7ca2e25d..6c83812407bf 100644
--- a/arch/arm/boot/dts/am437x-sk-evm.dts
+++ b/arch/arm/boot/dts/am437x-sk-evm.dts
@@ -134,22 +134,6 @@  lcd0: display {
 
 		enable-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
 
-		panel-timing {
-			clock-frequency = <9000000>;
-			hactive = <480>;
-			vactive = <272>;
-			hfront-porch = <2>;
-			hback-porch = <2>;
-			hsync-len = <41>;
-			vfront-porch = <2>;
-			vback-porch = <2>;
-			vsync-len = <10>;
-			hsync-active = <0>;
-			vsync-active = <0>;
-			de-active = <1>;
-			pixelclk-active = <1>;
-		};
-
 		port {
 			lcd_in: endpoint {
 				remote-endpoint = <&dpi_out>;