ARM: dts: uniphier: add System Bus pinmux node
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 14 Jun 2016 02:59:44 +0000 (11:59 +0900)
committerOlof Johansson <olof@lixom.net>
Tue, 14 Jun 2016 17:36:27 +0000 (10:36 -0700)
This pin-muxing is needed to get access to the UniPhier System Bus.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/uniphier-common32.dtsi
arch/arm/boot/dts/uniphier-pinctrl.dtsi

index 61a0955..891327f 100644 (file)
                        reg = <0x58c00000 0x400>;
                        #address-cells = <2>;
                        #size-cells = <1>;
+                       pinctrl-names = "default";
+                       pinctrl-0 = <&pinctrl_system_bus>;
                };
 
                smpctrl@59800000 {
index f2f3fbe..10a7110 100644 (file)
                function = "nand";
        };
 
+       pinctrl_system_bus: system_bus_grp {
+               groups = "system_bus", "system_bus_cs1";
+               function = "system_bus";
+       };
+
        pinctrl_uart0: uart0_grp {
                groups = "uart0";
                function = "uart0";