summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--overlays/display-edt5.7_overlay.dts39
1 files changed, 20 insertions, 19 deletions
diff --git a/overlays/display-edt5.7_overlay.dts b/overlays/display-edt5.7_overlay.dts
index 07aef51..b0fe1e4 100644
--- a/overlays/display-edt5.7_overlay.dts
+++ b/overlays/display-edt5.7_overlay.dts
@@ -5,23 +5,24 @@
/ {
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>;
+ };
+};
+