linux-sunxi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: allwinner: a64: add missing cache properties
@ 2023-04-21 22:31 Krzysztof Kozlowski
  2023-04-24 19:59 ` Jernej Škrabec
  2023-05-16 16:39 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-21 22:31 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel
  Cc: Krzysztof Kozlowski

As all level 2 and level 3 caches are unified, add required
cache-unified property to fix warnings like:

  sun50i-a64-pine64-lts.dtb: l2-cache: 'cache-unified' is a required property

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

Please take the patch via sub-arch SoC tree.
---
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
index 62f45f71ec65..a9c7f82c2c66 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
@@ -93,6 +93,7 @@ cpu3: cpu@3 {
 		L2: l2-cache {
 			compatible = "cache";
 			cache-level = <2>;
+			cache-unified;
 		};
 	};
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: allwinner: a64: add missing cache properties
  2023-04-21 22:31 [PATCH] arm64: dts: allwinner: a64: add missing cache properties Krzysztof Kozlowski
@ 2023-04-24 19:59 ` Jernej Škrabec
  2023-05-16 16:35   ` Krzysztof Kozlowski
  2023-05-16 16:39 ` Krzysztof Kozlowski
  1 sibling, 1 reply; 4+ messages in thread
From: Jernej Škrabec @ 2023-04-24 19:59 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai, Samuel Holland,
	devicetree, linux-arm-kernel, linux-sunxi, linux-kernel,
	Krzysztof Kozlowski
  Cc: Krzysztof Kozlowski

Dne sobota, 22. april 2023 ob 00:31:37 CEST je Krzysztof Kozlowski napisal(a):
> As all level 2 and level 3 caches are unified, add required
> cache-unified property to fix warnings like:
> 
>   sun50i-a64-pine64-lts.dtb: l2-cache: 'cache-unified' is a required
> property
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---

Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej

> 
> Please take the patch via sub-arch SoC tree.
> ---
>  arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
> b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi index
> 62f45f71ec65..a9c7f82c2c66 100644
> --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
> +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
> @@ -93,6 +93,7 @@ cpu3: cpu@3 {
>  		L2: l2-cache {
>  			compatible = "cache";
>  			cache-level = <2>;
> +			cache-unified;
>  		};
>  	};





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: allwinner: a64: add missing cache properties
  2023-04-24 19:59 ` Jernej Škrabec
@ 2023-05-16 16:35   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-05-16 16:35 UTC (permalink / raw)
  To: Jernej Škrabec, Rob Herring, Krzysztof Kozlowski,
	Chen-Yu Tsai, Samuel Holland, devicetree, linux-arm-kernel,
	linux-sunxi, linux-kernel

On 24/04/2023 21:59, Jernej Škrabec wrote:
> Dne sobota, 22. april 2023 ob 00:31:37 CEST je Krzysztof Kozlowski napisal(a):
>> As all level 2 and level 3 caches are unified, add required
>> cache-unified property to fix warnings like:
>>
>>   sun50i-a64-pine64-lts.dtb: l2-cache: 'cache-unified' is a required
>> property
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>
>> ---
> 
> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>

So this ack means I should grab it? Ok

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: allwinner: a64: add missing cache properties
  2023-04-21 22:31 [PATCH] arm64: dts: allwinner: a64: add missing cache properties Krzysztof Kozlowski
  2023-04-24 19:59 ` Jernej Škrabec
@ 2023-05-16 16:39 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-05-16 16:39 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, Krzysztof Kozlowski


On Sat, 22 Apr 2023 00:31:37 +0200, Krzysztof Kozlowski wrote:
> As all level 2 and level 3 caches are unified, add required
> cache-unified property to fix warnings like:
> 
>   sun50i-a64-pine64-lts.dtb: l2-cache: 'cache-unified' is a required property
> 
> 

Applied, thanks!

Please let me know if this should go through any other tree.

[1/1] arm64: dts: allwinner: a64: add missing cache properties
      https://git.kernel.org/krzk/linux-dt/c/4c84cced9304303ed1c73e35277891249e3cc2cd

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-16 16:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-21 22:31 [PATCH] arm64: dts: allwinner: a64: add missing cache properties Krzysztof Kozlowski
2023-04-24 19:59 ` Jernej Škrabec
2023-05-16 16:35   ` Krzysztof Kozlowski
2023-05-16 16:39 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).