1
0
Fork 0

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>
zero-colors
Masahiro Yamada 2017-01-22 21:46:49 +09:00
parent e1bd326f4c
commit 74b51465c0
1 changed files with 10 additions and 0 deletions

View File

@ -84,6 +84,16 @@
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";