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 | 0d5e8502b1915680bb38edbc3d0b73f70cecc946 (patch) | |
tree | d722e9442a04979e021b31b4c254ae0a2f6117a2 | |
parent | 6044fbfa6301b899e0264c53c0f304368443f339 (diff) |
ARM: dts: stm32: Remove cd-inverted property for stm32429i-eval
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/stm32429i-eval.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts index 7eb786a2d624..ed7d7f46465e 100644 --- a/arch/arm/boot/dts/stm32429i-eval.dts +++ b/arch/arm/boot/dts/stm32429i-eval.dts | |||
@@ -264,8 +264,7 @@ | |||
264 | &sdio { | 264 | &sdio { |
265 | status = "okay"; | 265 | status = "okay"; |
266 | vmmc-supply = <&mmc_vcard>; | 266 | vmmc-supply = <&mmc_vcard>; |
267 | cd-gpios = <&stmpegpio 15 GPIO_ACTIVE_HIGH>; | 267 | cd-gpios = <&stmpegpio 15 GPIO_ACTIVE_LOW>; |
268 | cd-inverted; | ||
269 | pinctrl-names = "default", "opendrain"; | 268 | pinctrl-names = "default", "opendrain"; |
270 | pinctrl-0 = <&sdio_pins>; | 269 | pinctrl-0 = <&sdio_pins>; |
271 | pinctrl-1 = <&sdio_pins_od>; | 270 | pinctrl-1 = <&sdio_pins_od>; |