summaryrefslogtreecommitdiff
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-09 23:11:24 +0100
commitffdc637d4bb52bf67cdca8be408f61d90fc9af28 (patch)
tree42ab1fe6d353117e0d84c85b50ba4a97899e5ee3
parent402d6731d2156270c1b714499979c2e6ec6cdf6a (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>
-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>;