summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-08-24 16:38:02 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-08-24 16:38:02 +0200
commit2f180650b3fbdf151b5234bd163de7959a12e3fc (patch)
tree6736f7d3ac676bc261cd497458cec925f794fba9
parent42d97062e5b9fc16d1fc3b490c283e31e580660c (diff)
Revert "display: convert lt170410 to syntactic sugar"toradex_4.14-2.3.x-imx
This reverts commit d9928c9451d10775abab713c86292980af705871. 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-lt170410_overlay.dts42
1 files changed, 22 insertions, 20 deletions
diff --git a/overlays/display-lt170410_overlay.dts b/overlays/display-lt170410_overlay.dts
index b4159b2..5c9fc34 100644
--- a/overlays/display-lt170410_overlay.dts
+++ b/overlays/display-lt170410_overlay.dts
@@ -5,28 +5,30 @@
/ {
compatible = "toradex,apalis_imx6q";
-};
-&{/panel-lvds} {
- status = "okay";
+ fragment@0 {
+ target-path="/panel-lvds";
+ __overlay__ {
+ status = "okay";
- data-mapping = "vesa-24";
- width-mm = <217>;
- height-mm = <136>;
+ data-mapping = "vesa-24";
+ width-mm = <217>;
+ height-mm = <136>;
- panel-timing {
- clock-frequency = <68930000>;
- hactive = <1280>;
- vactive = <800>;
- hback-porch = <64>;
- hfront-porch = <64>;
- vback-porch = <5>;
- vfront-porch = <5>;
- hsync-len = <40>;
- vsync-len = <6>;
- hsync-active = <0>;
- vsync-active = <0>;
- pixelclk-active = <0>;
+ panel-timing {
+ clock-frequency = <68930000>;
+ hactive = <1280>;
+ vactive = <800>;
+ hback-porch = <64>;
+ hfront-porch = <64>;
+ vback-porch = <5>;
+ vfront-porch = <5>;
+ hsync-len = <40>;
+ vsync-len = <6>;
+ hsync-active = <0>;
+ vsync-active = <0>;
+ pixelclk-active = <0>;
+ };
+ };
};
};
-