浏览代码

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 <haojian.zhuang@linaro.org>
Acked-by: Wei Xu <xuwei5@hisilicon.com>
Cc: stable@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Haojian Zhuang 11 年之前
父节点
当前提交
28c9770bcb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/boot/dts/hi3620.dtsi

+ 1 - 1
arch/arm/boot/dts/hi3620.dtsi

@@ -73,7 +73,7 @@
 
 
 		L2: l2-cache {
 		L2: l2-cache {
 			compatible = "arm,pl310-cache";
 			compatible = "arm,pl310-cache";
-			reg = <0xfc10000 0x100000>;
+			reg = <0x100000 0x100000>;
 			interrupts = <0 15 4>;
 			interrupts = <0 15 4>;
 			cache-unified;
 			cache-unified;
 			cache-level = <2>;
 			cache-level = <2>;