From 8324f3c433384b7dfbdaba5ecee441a2fd9a3b4f Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Mon, 24 Aug 2020 16:37:28 +0200 Subject: Revert "colibri-imx8x: convert lt170410 to syntactic sugar" This reverts commit 35160f0cf8d8d6f18b7fd35a161a48d74eef9c05. Syntactic sugar is not fully supported on 4.14 kernel revert all overlays for this branch Signed-off-by: Philippe Schenker --- .../colibri-imx8x_display-lt170410_overlay.dts | 62 ++++++++++++---------- 1 file changed, 33 insertions(+), 29 deletions(-) diff --git a/overlays/colibri-imx8x_display-lt170410_overlay.dts b/overlays/colibri-imx8x_display-lt170410_overlay.dts index 3224361..df315d7 100644 --- a/overlays/colibri-imx8x_display-lt170410_overlay.dts +++ b/overlays/colibri-imx8x_display-lt170410_overlay.dts @@ -4,35 +4,39 @@ /plugin/; / { compatible = "toradex,colibri-imx8qxp"; -}; - -&adma_lcdif { - status = "okay"; -}; - -&{/panel} { - compatible = "panel-dpi"; - - width-mm = <217>; - height-mm = <136>; - - 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>; + fragment@0 { + target = <&adma_lcdif>; + __overlay__ { + status = "okay"; + }; + }; - de-active = <1>; - hsync-active = <0>; - vsync-active = <0>; - pixelclk-active = <1>; + fragment@1 { + target-path = "/panel"; + __overlay__ { + compatible = "panel-dpi"; + + width-mm = <217>; + height-mm = <136>; + + 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>; + + de-active = <1>; + hsync-active = <0>; + vsync-active = <0>; + pixelclk-active = <1>; + }; + }; }; }; - -- cgit v1.2.3