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

2020-07-06 Thread Dinh Nguyen
On 6/26/20 3:06 AM, Krzysztof Kozlowski wrote: > Fix dtschema validator warnings like: > l2-cache@f000: $nodename:0: > 'l2-cache@f000' does not match > '^(cache-controller|cpu)(@[0-9a-f,]+)*$' > > Signed-off-by: Krzysztof Kozlowski > --- > arch/arm/boot/dts/socfpga.dtsi

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

2020-06-26 Thread Krzysztof Kozlowski
Fix dtschema validator warnings like: l2-cache@f000: $nodename:0: 'l2-cache@f000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$' Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/socfpga.dtsi | 2 +- arch/arm/boot/dts/socfpga_arria10.dtsi | 2 +- 2