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 <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>

authored by Gregory CLEMENT and committed by Jason Cooper 489e138e 2b8b2797

+1 -1
+1 -1
arch/arm/boot/dts/armada-370.dtsi
··· 39 39 40 40 L2: l2-cache { 41 41 compatible = "marvell,aurora-outer-cache"; 42 - reg = <0xd0008000 0x1000>; 42 + reg = <0x08000 0x1000>; 43 43 cache-id-part = <0x100>; 44 44 wt-override; 45 45 };