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

2020-07-09 Thread Barry Song
Krzysztof Kozlowski 于2020年6月26日周五 下午8:06写道: > > Fix dtschema validator warnings like: > l2-cache-controller@8004: $nodename:0: > 'l2-cache-controller@8004' does not match > '^(cache-controller|cpu)(@[0-9a-f,]+)*$' > > Signed-off-by: Krzysztof Kozlowski Acked-by: Barry Song

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

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