summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6qdl-apalis-eval.dtsi
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-01-18 15:01:18 -0800
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-03 15:10:46 +0200
commit1695ecff1b1aa1ac9fb6325de75ee855158aeab7 (patch)
tree9d2a4931decbba4f3bfd7afb7c64d1f83d4e2113 /arch/arm/boot/dts/imx6qdl-apalis-eval.dtsi
parent9090b5b90ccc350611a769230eab3fbc20c9d302 (diff)
ARM: dts: apalis_imx6: make sure reset MOCI and eMMC get muxed
The two pinctrl settings for reset MOCI and eMMC reset do not get applied currently because pinctrl settings need to be in the top level of a device tree node. Move the settings to the respective device tree nodes. Signed-off-by: Stefan Agner <stefan.agner@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.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-apalis-eval.dtsi b/arch/arm/boot/dts/imx6qdl-apalis-eval.dtsi
index a4922804c3b7..f9f165288a74 100644
--- a/arch/arm/boot/dts/imx6qdl-apalis-eval.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-apalis-eval.dtsi
@@ -308,6 +308,8 @@
};
&pcie {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_reset_moci>;
reset-gpio = <&gpio1 2 0>;
reset-ep-gpio = <&gpio1 28 0>;
status = "okay";