diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2020-06-09 13:30:00 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-06-10 15:29:32 -0700 |
commit | 944021e79e7ec8db9c3edbc6af32276ade4ac0db (patch) | |
tree | a208d3d52e621e963190117b704c1b782d03606d /arch/arm | |
parent | 3991510bf6402b534f158e164569d051bfd81f68 (diff) |
ARM: dts: am437x-epos-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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/am43x-epos-evm.dts | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index 27259fd6f741..7d4e0dffde7a 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts @@ -47,22 +47,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>; |