summaryrefslogtreecommitdiff
path: root/overlays
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-08-24 16:37:02 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-08-24 16:37:02 +0200
commit97700bb3a5c498e78a50c764e2c280250034e3c0 (patch)
tree58d3d1b472c887f0ec358bda511618e448b06ea2 /overlays
parentec9356302b658e90d2ded4fa1263659cbb75c0bb (diff)
Revert "apalis-imx6: convert LVDS to syntactic sugar"
This reverts commit 139b7c289879e0740b7cc77334130dd7d1d06635. 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>
Diffstat (limited to 'overlays')
-rw-r--r--overlays/apalis-imx6_lvds_overlay.dts12
1 files changed, 7 insertions, 5 deletions
diff --git a/overlays/apalis-imx6_lvds_overlay.dts b/overlays/apalis-imx6_lvds_overlay.dts
index 094e498..6adcf93 100644
--- a/overlays/apalis-imx6_lvds_overlay.dts
+++ b/overlays/apalis-imx6_lvds_overlay.dts
@@ -4,9 +4,11 @@
/plugin/;
/ {
- compatible = "toradex,apalis_imx6q";
-};
-
-&{/ldb} {
- status = "okay";
+ compatible = "toradex,apalis_imx6q";
+ fragment@0 {
+ target-path = "/ldb";
+ __overlay__ {
+ status = "okay";
+ };
+ };
};