diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-06-26 11:06:46 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2020-07-07 07:55:57 +0300 |
commit | c4f294fd2fd23376cbafd277c672053e38e76e5d (patch) | |
tree | 5a94380711b86d34095109cfadc631fba8eace36 /arch/arm/boot/dts/bcm-cygnus.dtsi | |
parent | 99e5a32902d9e144568add5dd8791aa66a69f0bf (diff) | |
download | linux-c4f294fd2fd23376cbafd277c672053e38e76e5d.tar.xz |
ARM: dts: bcm: Align L2 cache-controller nodename with dtschema
Fix dtschema validator warnings like:
l2-cache@22000: $nodename:0:
'l2-cache@22000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm-cygnus.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm-cygnus.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi index 1bc45cfd5453..35bdd0969f0a 100644 --- a/arch/arm/boot/dts/bcm-cygnus.dtsi +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi @@ -91,7 +91,7 @@ <0x20100 0x100>; }; - L2: l2-cache@22000 { + L2: cache-controller@22000 { compatible = "arm,pl310-cache"; reg = <0x22000 0x1000>; cache-unified; |