Skip to content

Commit 97dd823

Browse files
tpetazzonigclement
authored andcommitted
ARM: mvebu: add CPU config registers in the Armada 370/XP Device Tree
This commit adds the description of the CPU config registers in the Armada 370 and Armada XP Device Tree. Since the registers are in fact different between the two SoCs, a different compatible string is used. Note that the Armada 370 node is currently unused, but it is nonetheless added for consistency with the addition on the Armada XP side. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
1 parent 6ff33f3 commit 97dd823

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

arch/arm/boot/dts/armada-370.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,11 @@
256256
reg = <0x20800 0x8>;
257257
};
258258

259+
cpu-config@21000 {
260+
compatible = "marvell,armada-370-cpu-config";
261+
reg = <0x21000 0x8>;
262+
};
263+
259264
audio_controller: audio-controller@30000 {
260265
#sound-dai-cells = <1>;
261266
compatible = "marvell,armada370-audio";

arch/arm/boot/dts/armada-xp.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@
184184
reg = <0x20800 0x20>;
185185
};
186186

187+
cpu-config@21000 {
188+
compatible = "marvell,armada-xp-cpu-config";
189+
reg = <0x21000 0x8>;
190+
};
191+
187192
eth2: ethernet@30000 {
188193
compatible = "marvell,armada-xp-neta";
189194
reg = <0x30000 0x4000>;

0 commit comments

Comments
 (0)