summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts
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-03-23 18:14:56 +0100
commit1503202b88dea903c868a221478d9d5d67c45d9a (patch)
tree4f2b61b8cd47ebe1575300748bd05460c9552eeb /arch/arm/boot/dts
parent8d566972fc0aa75a8f7317f0fd0ce1531bf71dc8 (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')
-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>;