diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-07-26 09:19:00 +0200 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2018-09-20 09:40:57 +0200 |
commit | 9f21096a1c5d924f6ffe9de1049e19847ba571aa (patch) | |
tree | 2674d4a3cb73a4167da1451d6d6f441af76011ba /arch/arm/boot/dts/stm32f469-disco.dts | |
parent | ARM: dts: stm32: Remove cd-inverted property for stm32429i-eval (diff) | |
download | linux-9f21096a1c5d924f6ffe9de1049e19847ba571aa.tar.xz linux-9f21096a1c5d924f6ffe9de1049e19847ba571aa.zip |
ARM: dts: stm32: Remove cd-inverted property for stm32f469-disco
Remove cd-inverted property and update cd-gpios active level
accordingly
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32f469-disco.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32f469-disco.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts index 3ee768cb86fc..7937b43d7788 100644 --- a/arch/arm/boot/dts/stm32f469-disco.dts +++ b/arch/arm/boot/dts/stm32f469-disco.dts @@ -210,8 +210,7 @@ &sdio { status = "okay"; vmmc-supply = <&mmc_vcard>; - cd-gpios = <&gpiog 2 GPIO_ACTIVE_HIGH>; - cd-inverted; + cd-gpios = <&gpiog 2 GPIO_ACTIVE_LOW>; broken-cd; pinctrl-names = "default", "opendrain"; pinctrl-0 = <&sdio_pins>; |