Skip to content

Commit 1e5caee

Browse files
glneotmlind
authored andcommitted
ARM: dts: dra7: Fix DRA7 L3 NoC node register size
This node can access any part of the L3 configuration registers space, including CLK1 and CLK2 which are 0x800000 offset. Restore this area size to include these areas. Fixes: 7f2659c ("ARM: dts: Move dra7 l3 noc to a separate node") Signed-off-by: Andrew Davis <[email protected]> Message-ID: <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent f71f6ff commit 1e5caee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/ti/omap/dra7.dtsi

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

148148
l3-noc@44000000 {
149149
compatible = "ti,dra7-l3-noc";
150-
reg = <0x44000000 0x1000>,
150+
reg = <0x44000000 0x1000000>,
151151
<0x45000000 0x1000>;
152152
interrupts-extended = <&crossbar_mpu GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
153153
<&wakeupgen GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)