summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--overlays/apalis-imx8x_display-lt161010_overlay.dts62
1 files changed, 33 insertions, 29 deletions
diff --git a/overlays/apalis-imx8x_display-lt161010_overlay.dts b/overlays/apalis-imx8x_display-lt161010_overlay.dts
index 10ea4a9..2e94aa7 100644
--- a/overlays/apalis-imx8x_display-lt161010_overlay.dts
+++ b/overlays/apalis-imx8x_display-lt161010_overlay.dts
@@ -4,35 +4,39 @@
/plugin/;
/ {
compatible = "toradex,apalis-imx8qxp";
-};
-
-&{/lcdif@5a180000} {
- status = "okay";
-};
-
-&{/panel-1} {
- 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-path = "/lcdif@5a180000";
+ __overlay__ {
+ status = "okay";
+ };
+ };
- de-active = <1>;
- hsync-active = <0>;
- vsync-active = <0>;
- pixelclk-active = <1>;
+ fragment@1 {
+ target-path = "/panel-1";
+ __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>;
+ };
+ };
};
};
-