summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/uniphier-sld3.dtsi
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-11-05 16:28:26 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-11-05 23:33:36 +0900
commit13b4a6190b25c7bf69239bbc212d256656ada7b9 (patch)
treed1804551040e01d2c681854538b575b1c15daa3c /arch/arm/boot/dts/uniphier-sld3.dtsi
parent64f4896592b5ac830bc0c7daf91ea21100eb54be (diff)
downloadtalos-obmc-linux-13b4a6190b25c7bf69239bbc212d256656ada7b9.tar.gz
talos-obmc-linux-13b4a6190b25c7bf69239bbc212d256656ada7b9.zip
ARM: dts: uniphier: make compatible of syscon nodes SoC-specific
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>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-sld3.dtsi')
-rw-r--r--arch/arm/boot/dts/uniphier-sld3.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/uniphier-sld3.dtsi b/arch/arm/boot/dts/uniphier-sld3.dtsi
index a75189f7d8fe..9fad6bd2db8a 100644
--- a/arch/arm/boot/dts/uniphier-sld3.dtsi
+++ b/arch/arm/boot/dts/uniphier-sld3.dtsi
@@ -222,7 +222,7 @@
};
mioctrl@59810000 {
- compatible = "socionext,uniphier-mioctrl",
+ compatible = "socionext,uniphier-sld3-mioctrl",
"simple-mfd", "syscon";
reg = <0x59810000 0x800>;
@@ -278,7 +278,7 @@
};
sysctrl@f1840000 {
- compatible = "socionext,uniphier-sysctrl",
+ compatible = "socionext,uniphier-sld3-sysctrl",
"simple-mfd", "syscon";
reg = <0xf1840000 0x10000>;
OpenPOWER on IntegriCloud