summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6qdl-apalis-eval.dtsi
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-03-08 12:58:10 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-12-24 01:27:32 +0100
commit99a27a7361d0210a443975fd55452bd44384beb4 (patch)
tree360232c3928cfa02174ac7e615f9f9b1092074f0 /arch/arm/boot/dts/imx6qdl-apalis-eval.dtsi
parent1352472e7c29490409a3400c452e386ab1ecc46a (diff)
arm: dts: apalis imx6: fix mipi-csi2 gpio assignment
The new Apalis iMX6 Mezzanine board allows access to the MIPI-CSI2 interface from the evaluation board. The current device tree has different GPIO pin assignments for the camera reset and power pins. Change the pin assignment to use Apalis GPIO1 for reset and Apalis GPIO2 for power down. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-apalis-eval.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6qdl-apalis-eval.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-apalis-eval.dtsi b/arch/arm/boot/dts/imx6qdl-apalis-eval.dtsi
index 1f00010e2bd0..5ae46e87e264 100644
--- a/arch/arm/boot/dts/imx6qdl-apalis-eval.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-apalis-eval.dtsi
@@ -259,8 +259,8 @@
DOVDD-supply = <&reg_1p8v>;
AVDD-supply = <&reg_2p5v>;
DVDD-supply = <&reg_1p8v>;
- pwn-gpios = <&gpio6 9 1>;
- rst-gpios = <&gpio2 5 0>;
+ pwn-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>;
+ rst-gpios = <&gpio2 4 GPIO_ACTIVE_LOW>;
ipu_id = <0>;
csi_id = <1>;
mclk = <22000000>;