diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-14 15:54:08 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-04-24 05:50:15 +0000 |
commit | 19b06d7fd0716a4011a9c46d594c1ecf6e2548b1 (patch) | |
tree | 25a3f8b0079b21d8d79fd59f315cf9c45666ef0e /arch/arm/boot/dts/armada-385.dtsi | |
parent | 42eae5a41fdaea1f50ea610f769c147158bc5f6e (diff) | |
download | op-kernel-dev-19b06d7fd0716a4011a9c46d594c1ecf6e2548b1.zip op-kernel-dev-19b06d7fd0716a4011a9c46d594c1ecf6e2548b1.tar.gz |
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-385.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-385.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-385.dtsi b/arch/arm/boot/dts/armada-385.dtsi index e2919f0..2c7990d 100644 --- a/arch/arm/boot/dts/armada-385.dtsi +++ b/arch/arm/boot/dts/armada-385.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"; |