From bdd611020d93c1379272cdf479fa1ba3994f6405 Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Mon, 24 Aug 2020 16:34:43 +0200 Subject: Revert "apalis-imx8x: convert lt170410 to syntactic sugar" This reverts commit ee6091f54eae01f2c6c98e898e49603e5336ea8b. Syntactic sugar is not fully supported on 4.14 kernel revert all overlays for this branch Signed-off-by: Philippe Schenker --- overlays/apalis-imx8x_display-lt170410_overlay.dts | 60 +++++++++++----------- 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/overlays/apalis-imx8x_display-lt170410_overlay.dts b/overlays/apalis-imx8x_display-lt170410_overlay.dts index 464a6e2..57a2a88 100644 --- a/overlays/apalis-imx8x_display-lt170410_overlay.dts +++ b/overlays/apalis-imx8x_display-lt170410_overlay.dts @@ -4,35 +4,37 @@ /plugin/; / { compatible = "toradex,apalis-imx8qxp"; -}; - -&ldb1 { - status = "okay"; -}; - -&panel_2 { - status = "okay"; - compatible = "panel-lvds"; - - width-mm = <1280>; - height-mm = <800>; - - data-mapping = "vesa-24"; - - panel-timing { - 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>; + fragment@0 { + target = <&ldb1>; + __overlay__ { + status = "okay"; + }; + }; - hsync-active = <0>; - vsync-active = <0>; - pixelclk-active = <0>; + fragment@1 { + target = <&panel_2>; + __overlay__ { + status = "okay"; + compatible = "panel-lvds"; + + data-mapping = "vesa-24"; + width-mm = <1280>; + height-mm = <800>; + + panel-timing { + 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>; + hsync-active = <0>; + vsync-active = <0>; + pixelclk-active = <0>; + }; + }; }; }; - -- cgit v1.2.3