Commit 5720fcdc authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Wei Xu

ARM: dts: hisilicon: Align L2 cache-controller nodename with dtschema

Fix dtschema validator warnings like:
    l2-cache: $nodename:0: 'l2-cache' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent b3a9e3b9
......@@ -71,7 +71,7 @@ amba {
interrupt-parent = <&gic>;
ranges = <0 0xfc000000 0x2000000>;
L2: l2-cache {
L2: cache-controller {
compatible = "arm,pl310-cache";
reg = <0x100000 0x100000>;
interrupts = <0 15 4>;
......
......@@ -381,7 +381,7 @@ local_timer@a00600 {
interrupts = <1 13 0xf01>;
};
l2: l2-cache {
l2: cache-controller {
compatible = "arm,pl310-cache";
reg = <0x00a10000 0x100000>;
interrupts = <0 15 4>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment