mirror of https://gitee.com/openkylin/linux.git
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:
parent
b3a9e3b962
commit
5720fcdc2e
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue