Commit 74b51465 authored by Masahiro Yamada's avatar Masahiro Yamada

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent e1bd326f
......@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment