summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-06-26 09:52:31 +0200
committerKrzysztof Kozlowski <krzk@kernel.org>2020-09-11 17:43:29 +0200
commit53486d937cb5090eb6cabb4caf2b0e052136134d (patch)
tree75974dad1f72a71c2714db649f5bc61b77ce0e20 /arch
parent9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 (diff)
ARM: dts: prima: Align L2 cache-controller nodename with dtschema
Fix dtschema validator warnings like: l2-cache-controller@80040000: $nodename:0: 'l2-cache-controller@80040000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$' Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Barry Song <baohua@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/prima2.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/prima2.dtsi b/arch/arm/boot/dts/prima2.dtsi
index 9c7b46b90c3c..7d3d93c22ed9 100644
--- a/arch/arm/boot/dts/prima2.dtsi
+++ b/arch/arm/boot/dts/prima2.dtsi
@@ -50,7 +50,7 @@
#size-cells = <1>;
ranges = <0x40000000 0x40000000 0x80000000>;
- l2-cache-controller@80040000 {
+ cache-controller@80040000 {
compatible = "arm,pl310-cache";
reg = <0x80040000 0x1000>;
interrupts = <59>;