提交 74b51465 编写于 作者: M 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: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 e1bd326f
...@@ -84,6 +84,16 @@ ...@@ -84,6 +84,16 @@
function = "nand"; function = "nand";
}; };
pinctrl_sd: sd_grp {
groups = "sd";
function = "sd";
};
pinctrl_sd1: sd1_grp {
groups = "sd1";
function = "sd1";
};
pinctrl_system_bus: system_bus_grp { pinctrl_system_bus: system_bus_grp {
groups = "system_bus", "system_bus_cs1"; groups = "system_bus", "system_bus_cs1";
function = "system_bus"; function = "system_bus";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册