summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/st/stm32f769-disco.dts
diff options
context:
space:
mode:
authorBen Wolsieffer <ben.wolsieffer@hefring.com>2023-10-02 20:13:39 +0300
committerAlexandre Torgue <alexandre.torgue@foss.st.com>2023-10-09 15:04:53 +0300
commit1aeb02d3f2c5a7a9f132ea748877012a48036d90 (patch)
treedc2f7a150c577b226181458de83c094217eccec8 /arch/arm/boot/dts/st/stm32f769-disco.dts
parent8fa7f119cc2a0b1f38f2ebed225969ffa217581e (diff)
downloadlinux-1aeb02d3f2c5a7a9f132ea748877012a48036d90.tar.xz
ARM: dts: stm32: add SDIO pinctrl sleep support on stm32f7 boards
Use the new analog mode SDIO pin definitions on the STM32F7 boards. Signed-off-by: Ben Wolsieffer <ben.wolsieffer@hefring.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Diffstat (limited to 'arch/arm/boot/dts/st/stm32f769-disco.dts')
-rw-r--r--arch/arm/boot/dts/st/stm32f769-disco.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/st/stm32f769-disco.dts b/arch/arm/boot/dts/st/stm32f769-disco.dts
index b038d0ed39e8..5d12ae25b327 100644
--- a/arch/arm/boot/dts/st/stm32f769-disco.dts
+++ b/arch/arm/boot/dts/st/stm32f769-disco.dts
@@ -131,9 +131,10 @@
vmmc-supply = <&mmc_vcard>;
cd-gpios = <&gpioi 15 GPIO_ACTIVE_LOW>;
broken-cd;
- pinctrl-names = "default", "opendrain";
+ pinctrl-names = "default", "opendrain", "sleep";
pinctrl-0 = <&sdio_pins_b>;
pinctrl-1 = <&sdio_pins_od_b>;
+ pinctrl-2 = <&sdio_pins_sleep_b>;
bus-width = <4>;
};