diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-11-04 15:50:33 +0100 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-11-19 09:16:29 +0100 |
commit | e72996b80d53b9b7616c8b68304ce4c422b4ddd1 (patch) | |
tree | 41711d22be4aba7a41da591521c29b5fa8eb4a42 /arch/arm/boot/dts/armada-370-xp.dtsi | |
parent | 1a9cd8f36d0617630b4f0ae2601fe5600edff109 (diff) | |
download | lwn-e72996b80d53b9b7616c8b68304ce4c422b4ddd1.tar.gz lwn-e72996b80d53b9b7616c8b68304ce4c422b4ddd1.zip |
ARM: dts: armada-370-xp: move the cpurst node in the common file
The cpurst nodes are identical in armada-370.dtsi and armada-xp.dtsi
files, so move it in the common armada-370-xp.dtsi file.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-370-xp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-370-xp.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi index 3ccedc9dffb2..1d8171380fa0 100644 --- a/arch/arm/boot/dts/armada-370-xp.dtsi +++ b/arch/arm/boot/dts/armada-370-xp.dtsi @@ -228,6 +228,11 @@ reg = <0x20300 0x34>, <0x20704 0x4>; }; + cpurst@20800 { + compatible = "marvell,armada-370-cpu-reset"; + reg = <0x20800 0x8>; + }; + pmsu@22000 { compatible = "marvell,armada-370-pmsu"; reg = <0x22000 0x1000>; |