OSDN Git Service

ARM: dts: stm32: Remove cd-inverted property for stm32f769-disco
authorPatrice Chotard <patrice.chotard@st.com>
Thu, 26 Jul 2018 07:19:00 +0000 (09:19 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Thu, 20 Sep 2018 07:40:57 +0000 (09:40 +0200)
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>
arch/arm/boot/dts/stm32f769-disco.dts

index 677276b..483d896 100644 (file)
 &sdio2 {
        status = "okay";
        vmmc-supply = <&mmc_vcard>;
-       cd-gpios = <&gpioi 15 GPIO_ACTIVE_HIGH>;
-       cd-inverted;
+       cd-gpios = <&gpioi 15 GPIO_ACTIVE_LOW>;
        broken-cd;
        pinctrl-names = "default", "opendrain";
        pinctrl-0 = <&sdio_pins_b>;