From 94b7caf5ed8c14130f123326131a8c890797f6aa Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Sat, 1 Aug 2020 20:08:51 +0300 Subject: colibri-imx8x: fix lt170410 resolution The LT170410 10" LVDS display has resolution 1280x800, whereas there the 800x480 resolution was used. Fix it. Fixes: fc95c1137968 ("overlays: add initial overlays") Signed-off-by: Oleksandr Suvorov --- overlays/colibri-imx8x_display-lt170410_overlay.dts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/overlays/colibri-imx8x_display-lt170410_overlay.dts b/overlays/colibri-imx8x_display-lt170410_overlay.dts index 3224361..127bd45 100644 --- a/overlays/colibri-imx8x_display-lt170410_overlay.dts +++ b/overlays/colibri-imx8x_display-lt170410_overlay.dts @@ -19,15 +19,15 @@ data-mapping = "bgr666"; panel-timing { - clock-frequency = <33260000>; - hactive = <800>; - vactive = <480>; - hback-porch = <88>; - hfront-porch = <40>; - vback-porch = <32>; - vfront-porch = <13>; - hsync-len = <48>; - vsync-len = <3>; + clock-frequency = <68930000>; + hactive = <1280>; + vactive = <800>; + hback-porch = <64>; + hfront-porch = <64>; + vback-porch = <5>; + vfront-porch = <5>; + hsync-len = <40>; + vsync-len = <6>; de-active = <1>; hsync-active = <0>; -- cgit v1.2.3