Re: [PATCH] ARM: dts: vf610: Align L2 cache-controller nodename with dtschema

2020-06-26 Thread Stefan Agner
On 2020-06-26 10:05, Krzysztof Kozlowski wrote: > 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 Acked-by: Stefan Agner -- Stefan > --- >

[PATCH] ARM: dts: vf610: Align L2 cache-controller nodename with dtschema

2020-06-26 Thread Krzysztof Kozlowski
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 --- arch/arm/boot/dts/vf610.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a