From: Krzysztof Kozlowski Date: Fri, 26 Jun 2020 07:53:57 +0000 (+0200) Subject: ARM: dts: spear: Align L2 cache-controller nodename with dtschema X-Git-Tag: v5.10.7~1320^2~49^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fbd0475a59f10da047fce3a7c504bc01bb80a45;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: spear: 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 Acked-by: Viresh Kumar --- diff --git a/arch/arm/boot/dts/spear13xx.dtsi b/arch/arm/boot/dts/spear13xx.dtsi index f187da4..c87b881 100644 --- a/arch/arm/boot/dts/spear13xx.dtsi +++ b/arch/arm/boot/dts/spear13xx.dtsi @@ -43,7 +43,7 @@ 0 7 0x04>; }; - L2: l2-cache { + L2: cache-controller { compatible = "arm,pl310-cache"; reg = <0xed000000 0x1000>; cache-unified;