summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@linaro.org>2014-04-02 21:31:50 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-07 16:53:51 -0700
commit08d1a02a49585e93066f27c97ff2f22917e594d1 (patch)
tree10963af71b7c7b642d1fc512b8ce6db9d0b97062 /arch
parentbb4217f7590ac80b63c09a4261c452db4f5b37a3 (diff)
downloadlwn-08d1a02a49585e93066f27c97ff2f22917e594d1.tar.gz
lwn-08d1a02a49585e93066f27c97ff2f22917e594d1.zip
ARM: dts: fix L2 address in Hi3620
commit 28c9770bcbd2b6dbab99669825a2f8fa69e6d35b upstream. 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> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/hi3620.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/hi3620.dtsi b/arch/arm/boot/dts/hi3620.dtsi
index ab1116d086be..83a5b8685bd9 100644
--- a/arch/arm/boot/dts/hi3620.dtsi
+++ b/arch/arm/boot/dts/hi3620.dtsi
@@ -73,7 +73,7 @@
L2: l2-cache {
compatible = "arm,pl310-cache";
- reg = <0xfc10000 0x100000>;
+ reg = <0x100000 0x100000>;
interrupts = <0 15 4>;
cache-unified;
cache-level = <2>;