Commit fb28cef0 authored by Masahiro Yamada's avatar Masahiro Yamada

arm64: 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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 183ad366
...@@ -274,7 +274,7 @@ smpctrl@59800000 { ...@@ -274,7 +274,7 @@ smpctrl@59800000 {
}; };
perictrl@59820000 { perictrl@59820000 {
compatible = "socionext,uniphier-perictrl", compatible = "socionext,uniphier-ld11-perictrl",
"simple-mfd", "syscon"; "simple-mfd", "syscon";
reg = <0x59820000 0x200>; reg = <0x59820000 0x200>;
...@@ -323,7 +323,7 @@ usb2: usb@5a820100 { ...@@ -323,7 +323,7 @@ usb2: usb@5a820100 {
}; };
mioctrl@5b3e0000 { mioctrl@5b3e0000 {
compatible = "socionext,uniphier-mioctrl", compatible = "socionext,uniphier-ld11-mioctrl",
"simple-mfd", "syscon"; "simple-mfd", "syscon";
reg = <0x5b3e0000 0x800>; reg = <0x5b3e0000 0x800>;
...@@ -340,7 +340,7 @@ mio_rst: reset { ...@@ -340,7 +340,7 @@ mio_rst: reset {
}; };
soc-glue@5f800000 { soc-glue@5f800000 {
compatible = "socionext,uniphier-soc-glue", compatible = "socionext,uniphier-ld11-soc-glue",
"simple-mfd", "syscon"; "simple-mfd", "syscon";
reg = <0x5f800000 0x2000>; reg = <0x5f800000 0x2000>;
......
...@@ -359,7 +359,7 @@ sd_rst: reset { ...@@ -359,7 +359,7 @@ sd_rst: reset {
}; };
perictrl@59820000 { perictrl@59820000 {
compatible = "socionext,uniphier-perictrl", compatible = "socionext,uniphier-ld20-perictrl",
"simple-mfd", "syscon"; "simple-mfd", "syscon";
reg = <0x59820000 0x200>; reg = <0x59820000 0x200>;
...@@ -375,7 +375,7 @@ peri_rst: reset { ...@@ -375,7 +375,7 @@ peri_rst: reset {
}; };
soc-glue@5f800000 { soc-glue@5f800000 {
compatible = "socionext,uniphier-soc-glue", compatible = "socionext,uniphier-ld20-soc-glue",
"simple-mfd", "syscon"; "simple-mfd", "syscon";
reg = <0x5f800000 0x2000>; reg = <0x5f800000 0x2000>;
...@@ -394,7 +394,7 @@ gic: interrupt-controller@5fe00000 { ...@@ -394,7 +394,7 @@ gic: interrupt-controller@5fe00000 {
}; };
sysctrl@61840000 { sysctrl@61840000 {
compatible = "socionext,uniphier-sysctrl", compatible = "socionext,uniphier-ld20-sysctrl",
"simple-mfd", "syscon"; "simple-mfd", "syscon";
reg = <0x61840000 0x10000>; reg = <0x61840000 0x10000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment