Re: [PATCH] ARM: dts: rockchip: rk3xxx: fix L2 cache-controller nodename

From: Heiko Stuebner
Date: Mon Mar 16 2020 - 20:25:50 EST


Am Montag, 16. März 2020, 17:54:53 CET schrieb Johan Jonker:
> A test with the command below gives for example this error:
>
> arch/arm/boot/dts/rk3066a-bqcurie2.dt.yaml:
> l2-cache-controller@10138000: $nodename:0:
> 'l2-cache-controller@10138000'
> does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'
>
> Fix error by changing nodename to 'cache-controller'.
>
> make ARCH=arm dtbs_check
> DT_SCHEMA_FILES=Documentation/devicetree/bindings/arm/l2c2x0.yaml
>
> Signed-off-by: Johan Jonker <jbx6244@xxxxxxxxx>

applied for 5.7

Thanks
Heiko