diff options
author | Yann Gautier <yann.gautier@st.com> | 2020-03-04 11:09:54 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2020-03-13 19:03:06 +0300 |
commit | 877db62ea516d7df439fd6284166a09da5a816d4 (patch) | |
tree | 21ab3e3050af97214f30bbdb056017b43eac990d /arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | |
parent | 7519e95ba5f81097f93b186aba4ee42558aa3ba8 (diff) | |
download | linux-877db62ea516d7df439fd6284166a09da5a816d4.tar.xz |
ARM: dts: stm32: add cd-gpios properties for SD-cards on STM32MP1 boards
The broken-cd properties are replaced with cd-gpios, with the correct
GPIO to detect the card insertion. The GPIO lines require a pull-up.
Signed-off-by: Yann Gautier <yann.gautier@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp15xx-dkx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi index fe53eb22a86a..f2a1dd682096 100644 --- a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi +++ b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi @@ -478,7 +478,7 @@ pinctrl-0 = <&sdmmc1_b4_pins_a>; pinctrl-1 = <&sdmmc1_b4_od_pins_a>; pinctrl-2 = <&sdmmc1_b4_sleep_pins_a>; - broken-cd; + cd-gpios = <&gpiob 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; st,neg-edge; bus-width = <4>; vmmc-supply = <&v3v3>; |