arm64: dts: uniphier: make compatible of syscon nodes SoC-specific
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 5 Nov 2016 14:30:11 +0000 (23:30 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 5 Nov 2016 14:30:11 +0000 (23:30 +0900)
These hardware blocks are SoC-specific, so their compatible strings
should be SoC-specific as well.  This change has no impact on the
actual behavior since it is controlled by the generic "simple-mfd",
"syscon" compatible strings.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi

index 0e5c58f7624da31716d47334100b25ed6d28f52e..7c7511b9d231010b940b274ac2d4ecf63da3b915 100644 (file)
                };
 
                perictrl@59820000 {
-                       compatible = "socionext,uniphier-perictrl",
+                       compatible = "socionext,uniphier-ld11-perictrl",
                                     "simple-mfd", "syscon";
                        reg = <0x59820000 0x200>;
 
                };
 
                mioctrl@5b3e0000 {
-                       compatible = "socionext,uniphier-mioctrl",
+                       compatible = "socionext,uniphier-ld11-mioctrl",
                                     "simple-mfd", "syscon";
                        reg = <0x5b3e0000 0x800>;
 
                };
 
                soc-glue@5f800000 {
-                       compatible = "socionext,uniphier-soc-glue",
+                       compatible = "socionext,uniphier-ld11-soc-glue",
                                     "simple-mfd", "syscon";
                        reg = <0x5f800000 0x2000>;
 
index c6462563ad886d2f4fe97ae64aa9f857ce30ece4..fcaecc6bdeac7411bb689078c30fbcb67785a291 100644 (file)
                };
 
                perictrl@59820000 {
-                       compatible = "socionext,uniphier-perictrl",
+                       compatible = "socionext,uniphier-ld20-perictrl",
                                     "simple-mfd", "syscon";
                        reg = <0x59820000 0x200>;
 
                };
 
                soc-glue@5f800000 {
-                       compatible = "socionext,uniphier-soc-glue",
+                       compatible = "socionext,uniphier-ld20-soc-glue",
                                     "simple-mfd", "syscon";
                        reg = <0x5f800000 0x2000>;
 
                };
 
                sysctrl@61840000 {
-                       compatible = "socionext,uniphier-sysctrl",
+                       compatible = "socionext,uniphier-ld20-sysctrl",
                                     "simple-mfd", "syscon";
                        reg = <0x61840000 0x10000>;