summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-colibri-iris-v2.dts
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-12-30 17:18:49 +0200
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-01-20 12:26:30 +0200
commitb62ec6a8c0501cbf6aff8e20c68e9089e1c97206 (patch)
treeebbc6cd5e20418e1aa104b9e1cd2d1bc568725c3 /arch/arm/boot/dts/imx6dl-colibri-iris-v2.dts
parentd2b28f0badb360035b48f05870ee1cec49bdfc57 (diff)
ARM: dts: colibri-imx6: disable lcd interface
The parallel RGB interface (lcd) and all related stuff turn on in an overlay. Keep them disabled in the main devicetree. As these subsystems are provided by module, move their definitions into the module-level devicetree. Related-to: ELB-3395 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-colibri-iris-v2.dts')
-rw-r--r--arch/arm/boot/dts/imx6dl-colibri-iris-v2.dts17
1 files changed, 9 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/imx6dl-colibri-iris-v2.dts b/arch/arm/boot/dts/imx6dl-colibri-iris-v2.dts
index bf829c14ca81..09efa2eb52ef 100644
--- a/arch/arm/boot/dts/imx6dl-colibri-iris-v2.dts
+++ b/arch/arm/boot/dts/imx6dl-colibri-iris-v2.dts
@@ -37,11 +37,16 @@
};
};
-&backlight {
- brightness-levels = <0 45 63 88 119 158 203 255>;
- default-brightness-level = <4>;
- pwms = <&pwm3 0 6666667 PWM_POLARITY_INVERTED>;
+/* Colibri SSP */
+&ecspi4 {
status = "okay";
+
+ spidev0: spidev@0 {
+ compatible = "toradex,evalspi";
+ reg = <0>;
+ spi-max-frequency = <23000000>;
+ status = "okay";
+ };
};
/*
@@ -70,10 +75,6 @@
};
};
-&lcd {
- status = "okay";
-};
-
&mxcfb1 {
status = "okay";
};