From 8f727c038e267c4388b1a27d8e5a460b130d36a6 Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Wed, 29 Jun 2022 12:05:59 +0200 Subject: display-dpi-lt170410: change pixelclk polarity This timing is used for the Toradex 10.1" display which needs a different pixelclock polarity which this commit corrects. Signed-off-by: Philippe Schenker --- overlays/display-dpi-lt170410_overlay.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/display-dpi-lt170410_overlay.dts b/overlays/display-dpi-lt170410_overlay.dts index ee89c70..ef49640 100644 --- a/overlays/display-dpi-lt170410_overlay.dts +++ b/overlays/display-dpi-lt170410_overlay.dts @@ -40,6 +40,6 @@ de-active = <1>; hsync-active = <0>; vsync-active = <0>; - pixelclk-active = <1>; + pixelclk-active = <0>; }; }; -- cgit v1.2.3