Skip to content

Commit cd23e2e

Browse files
wensmripard
authored andcommitted
ARM: dts: sun9i: Add pinmux setting for mmc0
mmc0 is only available on port F, and is always used with a 4 bit wide bus for the onboard micro-sd slot. Signed-off-by: Chen-Yu Tsai <[email protected]> Signed-off-by: Andreas Färber <[email protected]> Signed-off-by: Maxime Ripard <[email protected]>
1 parent 809ed95 commit cd23e2e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/sun9i-a80.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,14 @@
409409
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
410410
};
411411

412+
mmc0_pins: mmc0 {
413+
allwinner,pins = "PF0", "PF1" ,"PF2", "PF3",
414+
"PF4", "PF5";
415+
allwinner,function = "mmc0";
416+
allwinner,drive = <SUN4I_PINCTRL_30_MA>;
417+
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
418+
};
419+
412420
uart0_pins_a: uart0@0 {
413421
allwinner,pins = "PH12", "PH13";
414422
allwinner,function = "uart0";

0 commit comments

Comments
 (0)