aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-07-26 09:19:00 +0200
committerAlexandre Torgue <alexandre.torgue@st.com>2018-09-20 09:40:57 +0200
commit19b3db5ae8d78368002d9c9859eed8c6c6f680a0 (patch)
treebc527dd0c9f0a59e47bb15647747fa8fd950c2a4
parentARM: dts: stm32: Remove cd-inverted property for stm32f469-disco (diff)
downloadlinux-dev-19b3db5ae8d78368002d9c9859eed8c6c6f680a0.tar.xz
linux-dev-19b3db5ae8d78368002d9c9859eed8c6c6f680a0.zip
ARM: dts: stm32: Remove cd-inverted property for stm32f769-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>
-rw-r--r--arch/arm/boot/dts/stm32f769-disco.dts3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/stm32f769-disco.dts b/arch/arm/boot/dts/stm32f769-disco.dts
index 677276ba4dbe..483d896e2bc1 100644
--- a/arch/arm/boot/dts/stm32f769-disco.dts
+++ b/arch/arm/boot/dts/stm32f769-disco.dts
@@ -126,8 +126,7 @@
&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>;