diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-07-26 03:19:00 -0400 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2018-09-20 03:40:57 -0400 |
commit | 19b3db5ae8d78368002d9c9859eed8c6c6f680a0 (patch) | |
tree | bc527dd0c9f0a59e47bb15647747fa8fd950c2a4 | |
parent | 9f21096a1c5d924f6ffe9de1049e19847ba571aa (diff) |
ARM: dts: stm32: Remove cd-inverted property for stm32f769-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>
-rw-r--r-- | arch/arm/boot/dts/stm32f769-disco.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/stm32f769-disco.dts b/arch/arm/boot/dts/stm32f769-disco.dts index 677276ba4dbe..483d896e2bc1 100644 --- a/arch/arm/boot/dts/stm32f769-disco.dts +++ b/arch/arm/boot/dts/stm32f769-disco.dts | |||
@@ -126,8 +126,7 @@ | |||
126 | &sdio2 { | 126 | &sdio2 { |
127 | status = "okay"; | 127 | status = "okay"; |
128 | vmmc-supply = <&mmc_vcard>; | 128 | vmmc-supply = <&mmc_vcard>; |
129 | cd-gpios = <&gpioi 15 GPIO_ACTIVE_HIGH>; | 129 | cd-gpios = <&gpioi 15 GPIO_ACTIVE_LOW>; |
130 | cd-inverted; | ||
131 | broken-cd; | 130 | broken-cd; |
132 | pinctrl-names = "default", "opendrain"; | 131 | pinctrl-names = "default", "opendrain"; |
133 | pinctrl-0 = <&sdio_pins_b>; | 132 | pinctrl-0 = <&sdio_pins_b>; |