From c2330ccf7023d34671169f11888a3681d32590e6 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 10 Jun 2016 16:17:09 -0700 Subject: 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 Acked-by: Max Krummenacher --- arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/arm/boot/dts') 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>; }; -- cgit v1.2.3