summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-08-24 16:37:55 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-08-24 16:37:55 +0200
commite8f0dd46850f966e6829ff76b62ab1331b91ba99 (patch)
tree9690921c342e83c905e7e7bccfd01df928e661dc
parentc3799741182a2e03c15dce8da7343c89aea2fbb8 (diff)
Revert "display: convert EDT7.0 to syntactic sugar"
This reverts commit 8597b03ca9c73bef0499efff7a4b3a2d957cc7a6. 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/display-edt7_overlay.dts35
1 files changed, 18 insertions, 17 deletions
diff --git a/overlays/display-edt7_overlay.dts b/overlays/display-edt7_overlay.dts
index 2daf547..a62cfea 100644
--- a/overlays/display-edt7_overlay.dts
+++ b/overlays/display-edt7_overlay.dts
@@ -5,22 +5,23 @@
/ {
compatible = "toradex,colibri-imx7d-emmc","toradex,apalis_imx6q", "toradex,colibri_imx6dl";
-};
-
-&{/panel-dpi} {
- status = "okay";
- width-mm = <155>;
- height-mm = <91>;
- 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>;
+ fragment@0 {
+ target-path = "/panel-dpi";
+ __overlay__ {
+ status = "okay";
+ width-mm = <155>;
+ height-mm = <91>;
+ 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>;
+ };
+ };
};
};
-