ARM: dts: uniphier: make compatible of syscon nodes SoC-specific
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 5 Nov 2016 07:28:26 +0000 (16:28 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 5 Nov 2016 14:33:36 +0000 (23:33 +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/arm/boot/dts/uniphier-sld3.dtsi

index a75189f7d8fe68aa089e7bbefe8f81d14576db69..9fad6bd2db8aa72d3f8c186cfc035326418dbbb8 100644 (file)
                };
 
                mioctrl@59810000 {
-                       compatible = "socionext,uniphier-mioctrl",
+                       compatible = "socionext,uniphier-sld3-mioctrl",
                                     "simple-mfd", "syscon";
                        reg = <0x59810000 0x800>;
 
                };
 
                sysctrl@f1840000 {
-                       compatible = "socionext,uniphier-sysctrl",
+                       compatible = "socionext,uniphier-sld3-sysctrl",
                                     "simple-mfd", "syscon";
                        reg = <0xf1840000 0x10000>;