2020-06-26 08:07:33

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] ARM: dts: meson: Align L2 cache-controller nodename with dtschema

Fix dtschema validator warnings like:
l2-cache-controller@c4200000: $nodename:0:
'l2-cache-controller@c4200000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm/boot/dts/meson.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi
index ae89deaa8c9c..91129dc70d83 100644
--- a/arch/arm/boot/dts/meson.dtsi
+++ b/arch/arm/boot/dts/meson.dtsi
@@ -11,7 +11,7 @@
#size-cells = <1>;
interrupt-parent = <&gic>;

- L2: l2-cache-controller@c4200000 {
+ L2: cache-controller@c4200000 {
compatible = "arm,pl310-cache";
reg = <0xc4200000 0x1000>;
cache-unified;
--
2.17.1


2020-06-26 20:34:39

by Martin Blumenstingl

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: meson: Align L2 cache-controller nodename with dtschema

Hi Krzysztof,

thank you for this patch!

On Fri, Jun 26, 2020 at 1:59 PM Krzysztof Kozlowski <[email protected]> wrote:
>
> Fix dtschema validator warnings like:
> l2-cache-controller@c4200000: $nodename:0:
> 'l2-cache-controller@c4200000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Martin Blumenstingl <[email protected]>


Best regards,
Martin

2020-06-29 23:20:25

by Kevin Hilman

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: meson: Align L2 cache-controller nodename with dtschema

On Fri, 26 Jun 2020 10:06:26 +0200, Krzysztof Kozlowski wrote:
> Fix dtschema validator warnings like:
> l2-cache-controller@c4200000: $nodename:0:
> 'l2-cache-controller@c4200000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'

Applied, thanks!

[1/1] ARM: dts: meson: Align L2 cache-controller nodename with dtschema
commit: 54320dcaa2522db3222c02d68b52cfed32a2e95b

Best regards,
--
Kevin Hilman <[email protected]>