mirror of https://gitee.com/openkylin/linux.git
ARM: dts: uniphier: add SD pin-mux node
The Pro4 SoC has 2 slots of SD controllers, so 2 pin-mux nodes (SD and SD1) are needed. The other SoCs have only 1 SD slot. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
e1bd326f4c
commit
74b51465c0
|
@ -84,6 +84,16 @@ pinctrl_nand2cs: nand2cs_grp {
|
|||
function = "nand";
|
||||
};
|
||||
|
||||
pinctrl_sd: sd_grp {
|
||||
groups = "sd";
|
||||
function = "sd";
|
||||
};
|
||||
|
||||
pinctrl_sd1: sd1_grp {
|
||||
groups = "sd1";
|
||||
function = "sd1";
|
||||
};
|
||||
|
||||
pinctrl_system_bus: system_bus_grp {
|
||||
groups = "system_bus", "system_bus_cs1";
|
||||
function = "system_bus";
|
||||
|
|
Loading…
Reference in New Issue