diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2020-06-09 12:29:59 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-06-11 00:29:24 +0200 |
commit | 3991510bf6402b534f158e164569d051bfd81f68 (patch) | |
tree | 528f60dbe3168b82336c827da248ff65287cb79c | |
parent | ARM: dts: am437x-sk-evm: remove lcd timings (diff) | |
download | linux-3991510bf6402b534f158e164569d051bfd81f68.tar.xz linux-3991510bf6402b534f158e164569d051bfd81f68.zip |
ARM: dts: am437x-gp-evm: remove lcd timings
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>
-rw-r--r-- | arch/arm/boot/dts/am437x-gp-evm.dts | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts index d692e3b2812a..2ff9485c28a4 100644 --- a/arch/arm/boot/dts/am437x-gp-evm.dts +++ b/arch/arm/boot/dts/am437x-gp-evm.dts @@ -91,22 +91,6 @@ 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>; |