Commit cbe72139 authored by Patrice Chotard's avatar Patrice Chotard Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: Remove cd-inverted property for stm32f746-disco



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 19b3db5a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -101,8 +101,7 @@ &i2c1 {
&sdio1 {
	status = "okay";
	vmmc-supply = <&mmc_vcard>;
	cd-gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>;
	cd-inverted;
	cd-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
	pinctrl-names = "default", "opendrain";
	pinctrl-0 = <&sdio_pins_a>;
	pinctrl-1 = <&sdio_pins_od_a>;