diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-08-06 09:38:17 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-13 14:04:04 -0400 |
commit | 4c55c839891342f36b63826396024746fb3c53b3 (patch) | |
tree | 859c8fd4fa2de90ca15a3d1b80c90cf1088b5b4c | |
parent | fe50a13b2f989b7b67ed9bf9f7595754f6d264e3 (diff) | |
download | u-boot-4c55c839891342f36b63826396024746fb3c53b3.tar.gz |
ARM: dts: stm32: remove cd-inverted for stm32f769-disco
As cd-inverted property is no more used by arm_pl180_mmci driver,
remove it. Update cd-gpios active level accordingly.
Reported-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
-rw-r--r-- | arch/arm/dts/stm32f769-disco.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/stm32f769-disco.dts b/arch/arm/dts/stm32f769-disco.dts index 59c9d31c21..1e8ef742ce 100644 --- a/arch/arm/dts/stm32f769-disco.dts +++ b/arch/arm/dts/stm32f769-disco.dts @@ -43,6 +43,7 @@ /dts-v1/; #include "stm32f746.dtsi" #include <dt-bindings/memory/stm32-sdram.h> +#include <dt-bindings/gpio/gpio.h> / { model = "STMicroelectronics STM32F769-DISCO board"; @@ -256,8 +257,7 @@ &sdio2 { status = "okay"; - cd-gpios = <&gpioi 15 0>; - cd-inverted; + cd-gpios = <&gpioi 15 GPIO_ACTIVE_LOW>; pinctrl-names = "default", "opendrain"; pinctrl-0 = <&sdio_pins_b>; pinctrl-1 = <&sdio_pins_od_b>; |