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

From: Barry Song
Date: Fri Jul 10 2020 - 01:51:05 EST


Krzysztof Kozlowski <krzk@xxxxxxxxxx> ä2020å6æ26æåä äå8:06åéï
>
> Fix dtschema validator warnings like:
> l2-cache-controller@80040000: $nodename:0:
> 'l2-cache-controller@80040000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>

Acked-by: Barry Song <baohua@xxxxxxxxxx>

> ---
> arch/arm/boot/dts/prima2.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/prima2.dtsi b/arch/arm/boot/dts/prima2.dtsi
> index 9c7b46b90c3c..7d3d93c22ed9 100644
> --- a/arch/arm/boot/dts/prima2.dtsi
> +++ b/arch/arm/boot/dts/prima2.dtsi
> @@ -50,7 +50,7 @@
> #size-cells = <1>;
> ranges = <0x40000000 0x40000000 0x80000000>;
>
> - l2-cache-controller@80040000 {
> + cache-controller@80040000 {
> compatible = "arm,pl310-cache";
> reg = <0x80040000 0x1000>;
> interrupts = <59>;
> --
> 2.17.1
>