From 42d97062e5b9fc16d1fc3b490c283e31e580660c Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Mon, 24 Aug 2020 16:37:59 +0200 Subject: Revert "display: convert lt161010 to syntactic sugar" This reverts commit f434c263d34722c29213b993896465c9cb72cb29. Syntactic sugar is not fully supported on 4.14 kernel revert all overlays for this branch Signed-off-by: Philippe Schenker --- overlays/display-lt161010_overlay.dts | 37 ++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/overlays/display-lt161010_overlay.dts b/overlays/display-lt161010_overlay.dts index c2a5e1a..5fba8d9 100644 --- a/overlays/display-lt161010_overlay.dts +++ b/overlays/display-lt161010_overlay.dts @@ -5,23 +5,24 @@ / { compatible = "toradex,colibri-imx7d-emmc","toradex,apalis_imx6q", "toradex,colibri_imx6dl"; -}; - -&{/panel-dpi} { - status = "okay"; - width-mm = <154>; - height-mm = <86>; - panel-timing { - clock-frequency = <33230769>; - hactive = <800>; - vactive = <480>; - hsync-len = <128>; - hfront-porch = <40>; - hback-porch = <88>; - vsync-len = <1>; - vfront-porch = <10>; - vback-porch = <33>; - pixelclk-active = <1>; + fragment@0 { + target-path = "/panel-dpi"; + __overlay__ { + status = "okay"; + width-mm = <154>; + height-mm = <86>; + panel-timing { + clock-frequency = <33230769>; + hactive = <800>; + vactive = <480>; + hsync-len = <128>; + hfront-porch = <40>; + hback-porch = <88>; + vsync-len = <1>; + vfront-porch = <10>; + vback-porch = <33>; + pixelclk-active = <1>; + }; + }; }; }; - -- cgit v1.2.3