summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/armada-380.dtsi
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-14 15:54:08 +0200
committerJason Cooper <jason@lakedaemon.net>2014-04-24 07:50:15 +0200
commit19b06d7fd0716a4011a9c46d594c1ecf6e2548b1 (patch)
tree25a3f8b0079b21d8d79fd59f315cf9c45666ef0e /arch/arm/boot/dts/armada-380.dtsi
parentARM: mvebu: add SMP support in the Armada 375 device tree (diff)
downloadlinux-19b06d7fd0716a4011a9c46d594c1ecf6e2548b1.tar.xz
linux-19b06d7fd0716a4011a9c46d594c1ecf6e2548b1.zip
ARM: mvebu: add SMP support in the Armada 38x device tree
This commit improves the Armada 38x Device Tree to add the CPU reset and PMSU Device Tree nodes as well as the declaration of the enabling method for the CPUs. These are needed to get SMP working on Armada 38x platforms. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Link: https://lkml.kernel.org/r/1397483648-26611-12-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/armada-380.dtsi')
-rw-r--r--arch/arm/boot/dts/armada-380.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-380.dtsi b/arch/arm/boot/dts/armada-380.dtsi
index 068031f0f263..aa71718b549d 100644
--- a/arch/arm/boot/dts/armada-380.dtsi
+++ b/arch/arm/boot/dts/armada-380.dtsi
@@ -21,6 +21,8 @@
cpus {
#address-cells = <1>;
#size-cells = <0>;
+ enable-method = "marvell,armada-380-smp";
+
cpu@0 {
device_type = "cpu";
compatible = "arm,cortex-a9";