summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-08-24 16:37:52 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-08-24 16:37:52 +0200
commitc3799741182a2e03c15dce8da7343c89aea2fbb8 (patch)
treeda07e1e18ff620799d0c7e8d6690a107e2929ea6
parent47691cfd30f499affcee92504106da4520508b51 (diff)
Revert "display: convert EDT5.7 to syntactic sugar"
This reverts commit d7a28b031e388d4fbbdef79d7315fd8c0b6433e4. 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-edt5.7_overlay.dts37
1 files changed, 19 insertions, 18 deletions
diff --git a/overlays/display-edt5.7_overlay.dts b/overlays/display-edt5.7_overlay.dts
index 7b989f7..07aef51 100644
--- a/overlays/display-edt5.7_overlay.dts
+++ b/overlays/display-edt5.7_overlay.dts
@@ -5,22 +5,23 @@
/ {
compatible = "toradex,colibri-imx7d-emmc","toradex,apalis_imx6q", "toradex,colibri_imx6dl";
+ fragment@0 {
+ target-path = "/panel-dpi";
+ __overlay__ {
+ status = "okay";
+ width-mm = <116>;
+ height-mm = <86>;
+ panel-timing {
+ clock-frequency = <25175000>;
+ hactive = <640>;
+ vactive = <480>;
+ hsync-len = <30>;
+ hfront-porch = <16>;
+ hback-porch = <114>;
+ vsync-len = <3>;
+ vfront-porch = <10>;
+ vback-porch = <32>;
+ };
+ };
+ };
};
-
-&{/panel-dpi} {
- status = "okay";
- width-mm = <116>;
- height-mm = <86>;
- panel-timing {
- clock-frequency = <25175000>;
- hactive = <640>;
- vactive = <480>;
- hsync-len = <30>;
- hfront-porch = <16>;
- hback-porch = <114>;
- vsync-len = <3>;
- vfront-porch = <10>;
- vback-porch = <32>;
- };
-};
-