OSDN Git Service

ARM: dts: uniphier: add SD pin-mux node
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 22 Jan 2017 12:46:49 +0000 (21:46 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 22 Jan 2017 13:21:54 +0000 (22:21 +0900)
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>
arch/arm/boot/dts/uniphier-pinctrl.dtsi

index 72e39f2..8ee79da 100644 (file)
                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";