Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13b4a619 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 64f48965
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>;