ARM: dts: uniphier: add SoC-Glue node to UniPhier 32bit SoCs
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 14 Jun 2016 02:59:45 +0000 (11:59 +0900)
committerOlof Johansson <olof@lixom.net>
Tue, 14 Jun 2016 17:38:55 +0000 (10:38 -0700)
This node consists of various system-level configuration registers.

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-ph1-ld4.dtsi
arch/arm/boot/dts/uniphier-ph1-ld6b.dtsi
arch/arm/boot/dts/uniphier-ph1-pro4.dtsi
arch/arm/boot/dts/uniphier-ph1-pro5.dtsi
arch/arm/boot/dts/uniphier-ph1-sld8.dtsi
arch/arm/boot/dts/uniphier-proxstream2.dtsi

index 891327ff0db755f1daac55b13b42b981f30bcd3a..03f60ec340b57f3b787f7f0932c519915e55c038 100644 (file)
                        interrupt-controller;
                };
 
-               pinctrl: pinctrl@5f801000 {
-                       /* specify compatible in each SoC DTSI */
-                       reg = <0x5f801000 0xe00>;
+               soc-glue@5f800000 {
+                       compatible = "simple-mfd", "syscon";
+                       reg = <0x5f800000 0x2000>;
+
+                       pinctrl: pinctrl {
+                                /* specify compatible in each SoC DTSI */
+                       };
                };
        };
 };
index dadd86070c98367c6bbe7c5d7892ef890f3fdb5d..debad7ffef05efb56366c47d28278457dab3cc11 100644 (file)
 };
 
 &pinctrl {
-       compatible = "socionext,ph1-ld4-pinctrl", "syscon";
+       compatible = "socionext,uniphier-ld4-pinctrl";
 };
index 5321152340255bfe994c9095a90dbc9221550fba..19c107c66baeea1ec894af160f8d23239a775b2f 100644 (file)
@@ -63,5 +63,5 @@
  * which makes the pinctrl driver unshareable.
  */
 &pinctrl {
-       compatible = "socionext,ph1-ld6b-pinctrl", "syscon";
+       compatible = "socionext,uniphier-ld6b-pinctrl";
 };
index 20f3f2ae7fa419b542c2a51593d7dc5a399fc547..7b9da0852005d127c28ef3d40c077f3a4557a12e 100644 (file)
 };
 
 &pinctrl {
-       compatible = "socionext,ph1-pro4-pinctrl", "syscon";
+       compatible = "socionext,uniphier-pro4-pinctrl";
 };
index 24f6f664b2692b64acf6a19fe3d327233a759832..7e4aa2fde7193aeb1d4f7508cdd28afb200338e9 100644 (file)
 };
 
 &pinctrl {
-       compatible = "socionext,ph1-pro5-pinctrl", "syscon";
+       compatible = "socionext,uniphier-pro5-pinctrl";
 };
index 6bfd29a05575909bb0e44f5ddcd295a054cd4032..467f9d8e9873b0f0482577b88ef25e02a94f591a 100644 (file)
 };
 
 &pinctrl {
-       compatible = "socionext,ph1-sld8-pinctrl", "syscon";
+       compatible = "socionext,uniphier-sld8-pinctrl";
 };
index 4ac484c6ce4eb8208b6893b8f9bb408da7a7cdaf..d00d6f5c2668b1aab616021683bf7e74ef0e81fe 100644 (file)
 };
 
 &pinctrl {
-       compatible = "socionext,proxstream2-pinctrl", "syscon";
+       compatible = "socionext,uniphier-pxs2-pinctrl";
 };
This page took 0.028404 seconds and 5 git commands to generate.