Commit 0d5e8502 authored by Patrice Chotard's avatar Patrice Chotard Committed by Alexandre Torgue

ARM: dts: stm32: Remove cd-inverted property for stm32429i-eval

Remove cd-inverted property and update cd-gpios active level
accordingly
Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 6044fbfa
......@@ -264,8 +264,7 @@ &rtc {
&sdio {
status = "okay";
vmmc-supply = <&mmc_vcard>;
cd-gpios = <&stmpegpio 15 GPIO_ACTIVE_HIGH>;
cd-inverted;
cd-gpios = <&stmpegpio 15 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "opendrain";
pinctrl-0 = <&sdio_pins>;
pinctrl-1 = <&sdio_pins_od>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment