summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--overlays/display-lt161010_overlay.dts37
1 files changed, 18 insertions, 19 deletions
diff --git a/overlays/display-lt161010_overlay.dts b/overlays/display-lt161010_overlay.dts
index 5fba8d9..c2a5e1a 100644
--- a/overlays/display-lt161010_overlay.dts
+++ b/overlays/display-lt161010_overlay.dts
@@ -5,24 +5,23 @@
/ {
compatible = "toradex,colibri-imx7d-emmc","toradex,apalis_imx6q", "toradex,colibri_imx6dl";
- fragment@0 {
- target-path = "/panel-dpi";
- __overlay__ {
- status = "okay";
- width-mm = <154>;
- height-mm = <86>;
- 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>;
- pixelclk-active = <1>;
- };
- };
+};
+
+&{/panel-dpi} {
+ status = "okay";
+ width-mm = <154>;
+ height-mm = <86>;
+ 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>;
+ pixelclk-active = <1>;
};
};
+