瀏覽代碼

ARM: dts: stm32: Remove cd-inverted property for stm32f469-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>
Patrice Chotard 7 年之前
父節點
當前提交
9f21096a1c
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      arch/arm/boot/dts/stm32f469-disco.dts

+ 1 - 2
arch/arm/boot/dts/stm32f469-disco.dts

@@ -210,8 +210,7 @@
 &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>;