Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: dts: stm32: Enable SDIO controller on stm32429i-eval board

This patch adds SDIO related DT nodes for stm32429i-eval board.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>

authored by

Patrice Chotard and committed by
Alexandre Torgue
e84984f8 64348d9f

+19
+19
arch/arm/boot/dts/stm32429i-eval.dts
··· 144 144 }; 145 145 }; 146 146 }; 147 + 148 + mmc_vcard: mmc_vcard { 149 + compatible = "regulator-fixed"; 150 + regulator-name = "mmc_vcard"; 151 + regulator-min-microvolt = <3300000>; 152 + regulator-max-microvolt = <3300000>; 153 + }; 147 154 }; 148 155 149 156 &adc { ··· 259 252 260 253 &rtc { 261 254 status = "okay"; 255 + }; 256 + 257 + &sdio { 258 + status = "okay"; 259 + vmmc-supply = <&mmc_vcard>; 260 + cd-gpios = <&stmpegpio 15 GPIO_ACTIVE_HIGH>; 261 + cd-inverted; 262 + pinctrl-names = "default", "opendrain"; 263 + pinctrl-0 = <&sdio_pins>; 264 + pinctrl-1 = <&sdio_pins_od>; 265 + bus-width = <4>; 266 + max-frequency = <12500000>; 262 267 }; 263 268 264 269 &timers1 {