summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx6_lvds_overlay.dts
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2020-05-26 13:23:43 +0300
committerIgor Opaniuk <igor.opaniuk@toradex.com>2020-05-26 13:27:27 +0300
commitf73d8b1caf5b6b837ed39e2bdd60040163d43c56 (patch)
tree997294252e044269e1e2621e2b04847d2af2af54 /overlays/apalis-imx6_lvds_overlay.dts
overlays: add initial overlays
Naming format: <machine>_<function>_overlay.dts Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Diffstat (limited to 'overlays/apalis-imx6_lvds_overlay.dts')
-rw-r--r--overlays/apalis-imx6_lvds_overlay.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/overlays/apalis-imx6_lvds_overlay.dts b/overlays/apalis-imx6_lvds_overlay.dts
new file mode 100644
index 0000000..6adcf93
--- /dev/null
+++ b/overlays/apalis-imx6_lvds_overlay.dts
@@ -0,0 +1,14 @@
+// Enable the LVDS interface on the Apalis iMX6Q. Make sure to also select a valid display configuration.
+
+/dts-v1/;
+/plugin/;
+
+/ {
+ compatible = "toradex,apalis_imx6q";
+ fragment@0 {
+ target-path = "/ldb";
+ __overlay__ {
+ status = "okay";
+ };
+ };
+};