summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-06-10 16:17:09 -0700
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-24 14:50:17 +0200
commitc2330ccf7023d34671169f11888a3681d32590e6 (patch)
tree5a45e4c856bf77e37f1d485506ec1a4bc10963d8 /arch/arm/boot/dts
parent0fc29237c87aece7f984d90e8da971edf5dbf8af (diff)
ARM: dts: imx7-colibri: fix SD-card
The SDHC stack uses the GPIO flags to determine whether the card detect gpio is active-low or high. Zero means GPIO_ACTIVE_HIGH, which is actually wrong. Specify the card detect to be active-low. Also remove the tunning step property, this is a board specific parameter which seems to come from Sabre, where NXP actually deleted it too. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi b/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi
index a61b93bdbe09..03a8437428a1 100644
--- a/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi
+++ b/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi
@@ -228,9 +228,8 @@
pinctrl-0 = <&pinctrl_usdhc1 &pinctrl_cd_usdhc1>;
no-1-8-v;
#endif
- cd-gpios = <&gpio1 0 0>;
+ cd-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
enable-sdio-wakeup;
keep-power-in-suspend;
status = "okay";
- tuning-step = <2>;
};