]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: stm32: Remove cd-inverted property for stm32f469-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/stm32f469-disco.dts

index 3ee768cb86fc96acf9f1e6a214e1348ead71395c..7937b43d77886bf200d4855b071123719cfd9ce2 100644 (file)
@@ -210,8 +210,7 @@ timer@2 {
 &sdio {
        status = "okay";
        vmmc-supply = <&mmc_vcard>;
-       cd-gpios = <&gpiog 2 GPIO_ACTIVE_HIGH>;
-       cd-inverted;
+       cd-gpios = <&gpiog 2 GPIO_ACTIVE_LOW>;
        broken-cd;
        pinctrl-names = "default", "opendrain";
        pinctrl-0 = <&sdio_pins>;