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: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
This commit is contained in:
committed by
Wei Xu
parent
b3a9e3b962
commit
5720fcdc2e
@@ -71,7 +71,7 @@
|
|||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
ranges = <0 0xfc000000 0x2000000>;
|
ranges = <0 0xfc000000 0x2000000>;
|
||||||
|
|
||||||
L2: l2-cache {
|
L2: cache-controller {
|
||||||
compatible = "arm,pl310-cache";
|
compatible = "arm,pl310-cache";
|
||||||
reg = <0x100000 0x100000>;
|
reg = <0x100000 0x100000>;
|
||||||
interrupts = <0 15 4>;
|
interrupts = <0 15 4>;
|
||||||
|
|||||||
@@ -381,7 +381,7 @@
|
|||||||
interrupts = <1 13 0xf01>;
|
interrupts = <1 13 0xf01>;
|
||||||
};
|
};
|
||||||
|
|
||||||
l2: l2-cache {
|
l2: cache-controller {
|
||||||
compatible = "arm,pl310-cache";
|
compatible = "arm,pl310-cache";
|
||||||
reg = <0x00a10000 0x100000>;
|
reg = <0x00a10000 0x100000>;
|
||||||
interrupts = <0 15 4>;
|
interrupts = <0 15 4>;
|
||||||
|
|||||||
Reference in New Issue
Block a user