Skip to content

Commit 489e138

Browse files
gclementJason Cooper
authored andcommitted
ARM: dts: mvebu: Fix wrong the address reg value for the L2-cache node
During the conversion to the internal-regs' subnode, the L2-cache node haven not been converted (due to a wrong choice made by myself during the resolution of the merge conflict when I rebased the commit). This leads to wrong address for L2 cache which prevent it to be used on Armada 370. This commit fix the address reg of the e L2-cache node. Signed-off-by: Gregory CLEMENT <[email protected]> Signed-off-by: Jason Cooper <[email protected]>
1 parent 2b8b279 commit 489e138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
L2: l2-cache {
4141
compatible = "marvell,aurora-outer-cache";
42-
reg = <0xd0008000 0x1000>;
42+
reg = <0x08000 0x1000>;
4343
cache-id-part = <0x100>;
4444
wt-override;
4545
};

0 commit comments

Comments
 (0)