aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/arm/cpus.txt1
-rw-r--r--arch/arm/mach-mvebu/platsmp.c3
2 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt
index 333f4aea3029..0dc59c36ad63 100644
--- a/Documentation/devicetree/bindings/arm/cpus.txt
+++ b/Documentation/devicetree/bindings/arm/cpus.txt
@@ -185,6 +185,7 @@ nodes to be present and contain the properties described below.
185 "qcom,gcc-msm8660" 185 "qcom,gcc-msm8660"
186 "qcom,kpss-acc-v1" 186 "qcom,kpss-acc-v1"
187 "qcom,kpss-acc-v2" 187 "qcom,kpss-acc-v2"
188 "marvell,armada-xp-smp"
188 189
189 - cpu-release-addr 190 - cpu-release-addr
190 Usage: required for systems that have an "enable-method" 191 Usage: required for systems that have an "enable-method"
diff --git a/arch/arm/mach-mvebu/platsmp.c b/arch/arm/mach-mvebu/platsmp.c
index e98075f7175a..e01ae51bee56 100644
--- a/arch/arm/mach-mvebu/platsmp.c
+++ b/arch/arm/mach-mvebu/platsmp.c
@@ -138,3 +138,6 @@ struct smp_operations armada_xp_smp_ops __initdata = {
138 .cpu_die = armada_xp_cpu_die, 138 .cpu_die = armada_xp_cpu_die,
139#endif 139#endif
140}; 140};
141
142CPU_METHOD_OF_DECLARE(armada_xp_smp, "marvell,armada-xp-smp",
143 &armada_xp_smp_ops);