mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
ARM: dts: sun9i: Add mmc1 pinmux setting
commit 56b0730157f70dc23d6caff9e7ceb8b377b96b9f upstream. On the A80, mmc1 is available on pingroup G. Designs mostly use this to connect to an SDIO WiFi chip. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Rask Ingemann Lambertsen <rask@formelder.dk> Reviewed-by: Jagan Teki <jagan@openedev.com>
This commit is contained in:
parent
8cab65bf9a
commit
ffe47eb72c
1 changed files with 8 additions and 0 deletions
|
@ -701,6 +701,14 @@
|
||||||
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mmc1_pins: mmc1 {
|
||||||
|
allwinner,pins = "PG0", "PG1" ,"PG2", "PG3",
|
||||||
|
"PG4", "PG5";
|
||||||
|
allwinner,function = "mmc1";
|
||||||
|
allwinner,drive = <SUN4I_PINCTRL_30_MA>;
|
||||||
|
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
||||||
|
};
|
||||||
|
|
||||||
mmc2_8bit_pins: mmc2_8bit {
|
mmc2_8bit_pins: mmc2_8bit {
|
||||||
allwinner,pins = "PC6", "PC7", "PC8", "PC9",
|
allwinner,pins = "PC6", "PC7", "PC8", "PC9",
|
||||||
"PC10", "PC11", "PC12",
|
"PC10", "PC11", "PC12",
|
||||||
|
|
Loading…
Reference in a new issue