diff options
author | Yann Gautier <yann.gautier@foss.st.com> | 2022-09-21 18:03:34 +0200 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2022-10-20 17:32:43 +0200 |
commit | ee9b7263a7d0d77198cec510e4a3e759dd85c65c (patch) | |
tree | 6638327ab4553c8726c603007e3021b5c12729c8 /arch/arm/boot/dts/stm32mp135f-dk.dts | |
parent | ARM: dts: stm32: add fake interrupt propoerty for ASync notif - TEMP/TO REMOVE (diff) | |
download | linux-ee9b7263a7d0d77198cec510e4a3e759dd85c65c.tar.xz linux-ee9b7263a7d0d77198cec510e4a3e759dd85c65c.zip |
ARM: dts: stm32: add sdmmc cd-gpios for STM32MP135F-DK
On STM32MP135F-DK, the SD card detect GPIO is GPIOH4.
Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp135f-dk.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32mp135f-dk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32mp135f-dk.dts b/arch/arm/boot/dts/stm32mp135f-dk.dts index de341d17e87d..5cdd9e3756a8 100644 --- a/arch/arm/boot/dts/stm32mp135f-dk.dts +++ b/arch/arm/boot/dts/stm32mp135f-dk.dts @@ -108,7 +108,7 @@ pinctrl-0 = <&sdmmc1_b4_pins_a &sdmmc1_clk_pins_a>; pinctrl-1 = <&sdmmc1_b4_od_pins_a &sdmmc1_clk_pins_a>; pinctrl-2 = <&sdmmc1_b4_sleep_pins_a>; - broken-cd; + cd-gpios = <&gpioh 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; disable-wp; st,neg-edge; bus-width = <4>; |