summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-08-24 16:37:28 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-08-24 16:37:28 +0200
commit8324f3c433384b7dfbdaba5ecee441a2fd9a3b4f (patch)
treef4936a91815ef53a54b2724ccf5cb5fefcad86c1
parent6e4eea64c91369dab901ae2b19bfe1faf83ab9e3 (diff)
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 <philippe.schenker@toradex.com>
-rw-r--r--overlays/colibri-imx8x_display-lt170410_overlay.dts62
1 files 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>;
+ };
+ };
};
};
-