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]> --- arch/arm/boot/dts/sun9i-a80.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/sun9i-a80.dtsi b/arch/arm/boot/dts/sun9i-a80.dtsi index c766698..f5b5645 100644 --- a/arch/arm/boot/dts/sun9i-a80.dtsi +++ b/arch/arm/boot/dts/sun9i-a80.dtsi @@ -458,6 +458,14 @@ allwinner,pull = <0>; }; + mmc0_pins: mmc0 { + allwinner,pins = "PF0","PF1","PF2","PF3", + "PF4","PF5"; + allwinner,function = "mmc0"; + allwinner,drive = <2>; + allwinner,pull = <0>; + }; + uart0_pins_a: uart0@0 { allwinner,pins = "PH12", "PH13"; allwinner,function = "uart0"; -- 2.1.3 -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
