mirror of https://gitee.com/openkylin/linux.git
arm: dts: sun8i: a83t: Add MMC1 pins
Add the pinctrl definitions for the A83t MMC1 controller. Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
57314bfaf5
commit
bc19e7a578
|
@ -342,6 +342,14 @@ mmc0_pins: mmc0-pins {
|
|||
bias-pull-up;
|
||||
};
|
||||
|
||||
mmc1_pins: mmc1-pins {
|
||||
pins = "PG0", "PG1", "PG2",
|
||||
"PG3", "PG4", "PG5";
|
||||
function = "mmc1";
|
||||
drive-strength = <30>;
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
mmc2_8bit_emmc_pins: mmc2-8bit-emmc-pins {
|
||||
pins = "PC5", "PC6", "PC8", "PC9",
|
||||
"PC10", "PC11", "PC12", "PC13",
|
||||
|
|
Loading…
Reference in New Issue