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

index f9ad71f7c807ce365cc5501e4fdafd4f8476a30f..e3a7bd338d61f0a8cc36dc4a1009e8660407d5e1 100644 (file)
@@ -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>;