aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/armada-38x.dtsi
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-14 09:54:08 -0400
committerJason Cooper <jason@lakedaemon.net>2014-04-24 01:50:15 -0400
commit19b06d7fd0716a4011a9c46d594c1ecf6e2548b1 (patch)
tree25a3f8b0079b21d8d79fd59f315cf9c45666ef0e /arch/arm/boot/dts/armada-38x.dtsi
parent42eae5a41fdaea1f50ea610f769c147158bc5f6e (diff)
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-38x.dtsi')
-rw-r--r--arch/arm/boot/dts/armada-38x.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi
index a123ef614468..2e1661f1c30e 100644
--- a/arch/arm/boot/dts/armada-38x.dtsi
+++ b/arch/arm/boot/dts/armada-38x.dtsi
@@ -279,11 +279,21 @@
279 clock-names = "nbclk", "fixed"; 279 clock-names = "nbclk", "fixed";
280 }; 280 };
281 281
282 cpurst@20800 {
283 compatible = "marvell,armada-370-cpu-reset";
284 reg = <0x20800 0x10>;
285 };
286
282 coherency-fabric@21010 { 287 coherency-fabric@21010 {
283 compatible = "marvell,armada-380-coherency-fabric"; 288 compatible = "marvell,armada-380-coherency-fabric";
284 reg = <0x21010 0x1c>; 289 reg = <0x21010 0x1c>;
285 }; 290 };
286 291
292 pmsu@22000 {
293 compatible = "marvell,armada-380-pmsu";
294 reg = <0x22000 0x1000>;
295 };
296
287 eth1: ethernet@30000 { 297 eth1: ethernet@30000 {
288 compatible = "marvell,armada-370-neta"; 298 compatible = "marvell,armada-370-neta";
289 reg = <0x30000 0x4000>; 299 reg = <0x30000 0x4000>;