Skip to content

Commit 1aeb02d

Browse files
lopsided98Alexandre Torgue
authored andcommitted
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>
1 parent 8fa7f11 commit 1aeb02d

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

arch/arm/boot/dts/st/stm32746g-eval.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,10 @@
188188
status = "okay";
189189
vmmc-supply = <&mmc_vcard>;
190190
broken-cd;
191-
pinctrl-names = "default", "opendrain";
191+
pinctrl-names = "default", "opendrain", "sleep";
192192
pinctrl-0 = <&sdio_pins_a>;
193193
pinctrl-1 = <&sdio_pins_od_a>;
194+
pinctrl-2 = <&sdio_pins_sleep_a>;
194195
bus-width = <4>;
195196
};
196197

arch/arm/boot/dts/st/stm32f746-disco.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,10 @@
164164
status = "okay";
165165
vmmc-supply = <&vcc_3v3>;
166166
cd-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
167-
pinctrl-names = "default", "opendrain";
167+
pinctrl-names = "default", "opendrain", "sleep";
168168
pinctrl-0 = <&sdio_pins_a>;
169169
pinctrl-1 = <&sdio_pins_od_a>;
170+
pinctrl-2 = <&sdio_pins_sleep_a>;
170171
bus-width = <4>;
171172
};
172173

arch/arm/boot/dts/st/stm32f769-disco.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,10 @@
131131
vmmc-supply = <&mmc_vcard>;
132132
cd-gpios = <&gpioi 15 GPIO_ACTIVE_LOW>;
133133
broken-cd;
134-
pinctrl-names = "default", "opendrain";
134+
pinctrl-names = "default", "opendrain", "sleep";
135135
pinctrl-0 = <&sdio_pins_b>;
136136
pinctrl-1 = <&sdio_pins_od_b>;
137+
pinctrl-2 = <&sdio_pins_sleep_b>;
137138
bus-width = <4>;
138139
};
139140

0 commit comments

Comments
 (0)