ARM: dts: vf610: Align L2 cache-controller nodename with dtschema
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 26 Jun 2020 08:05:47 +0000 (10:05 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 13 Jul 2020 11:48:53 +0000 (19:48 +0800)
Fix dtschema validator warnings like:
    l2-cache@40006000: $nodename:0:
        'l2-cache@40006000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/vf610.dtsi

index 7fd3981..956182d 100644 (file)
@@ -10,7 +10,7 @@
 };
 
 &aips0 {
-       L2: l2-cache@40006000 {
+       L2: cache-controller@40006000 {
                compatible = "arm,pl310-cache";
                reg = <0x40006000 0x1000>;
                cache-unified;