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

ARM: dts: rockchip: Add support for SD/MMC on MarsBoard-RK3066

This enables SDMMC0 on the board and gives a basic support for SD cards.

Signed-off-by: Romain Perier <romain.perier@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Romain Perier and committed by
Heiko Stuebner
736ef339 6ff33f39

+8
+8
arch/arm/boot/dts/rk3066a-marsboard.dts
··· 178 178 }; 179 179 }; 180 180 181 + &mmc0 { 182 + status = "okay"; 183 + 184 + pinctrl-names = "default"; 185 + pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>; 186 + vmmc-supply = <&vcc_sd0>; 187 + }; 188 + 181 189 &pinctrl { 182 190 lan8720a { 183 191 phy_int: phy-int {