Skip to content

Commit 28c9770

Browse files
hzhuang1arndb
authored andcommitted
ARM: dts: fix L2 address in Hi3620
Fix the address of L2 controler register in hi3620 SoC. This has been wrong from the point that the file was merged in v3.14. Signed-off-by: Haojian Zhuang <[email protected]> Acked-by: Wei Xu <[email protected]> Cc: [email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent bf1d987 commit 28c9770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/hi3620.dtsi

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

7474
L2: l2-cache {
7575
compatible = "arm,pl310-cache";
76-
reg = <0xfc10000 0x100000>;
76+
reg = <0x100000 0x100000>;
7777
interrupts = <0 15 4>;
7878
cache-unified;
7979
cache-level = <2>;

0 commit comments

Comments
 (0)