ARM: dts: stm32: Remove cd-inverted property for stm32f746-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>
This commit is contained in:
Patrice Chotard
2018-07-26 09:19:00 +02:00
committed by Alexandre Torgue
parent 19b3db5ae8
commit cbe721396b

View File

@@ -101,8 +101,7 @@
&sdio1 { &sdio1 {
status = "okay"; status = "okay";
vmmc-supply = <&mmc_vcard>; vmmc-supply = <&mmc_vcard>;
cd-gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>; cd-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
cd-inverted;
pinctrl-names = "default", "opendrain"; pinctrl-names = "default", "opendrain";
pinctrl-0 = <&sdio_pins_a>; pinctrl-0 = <&sdio_pins_a>;
pinctrl-1 = <&sdio_pins_od_a>; pinctrl-1 = <&sdio_pins_od_a>;