[PATCH] arm64: dts: tegra210: add missing cache properties

Krzysztof Kozlowski posted 1 patch 2 years, 7 months ago
arch/arm64/boot/dts/nvidia/tegra210.dtsi | 1 +
1 file changed, 1 insertion(+)
[PATCH] arm64: dts: tegra210: add missing cache properties
Posted by Krzysztof Kozlowski 2 years, 7 months ago
As all level 2 and level 3 caches are unified, add required
cache-unified property to fix warnings like:

  tegra210-p2371-0000.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/nvidia/tegra210.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/nvidia/tegra210.dtsi b/arch/arm64/boot/dts/nvidia/tegra210.dtsi
index 0e463b3cbe01..617583ff2736 100644
--- a/arch/arm64/boot/dts/nvidia/tegra210.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra210.dtsi
@@ -2000,6 +2000,7 @@ CPU_SLEEP: cpu-sleep {
 		L2: l2-cache {
 			compatible = "cache";
 			cache-level = <2>;
+			cache-unified;
 		};
 	};
 
-- 
2.34.1
Re: [PATCH] arm64: dts: tegra210: add missing cache properties
Posted by Krzysztof Kozlowski 2 years, 7 months ago
On 22/04/2023 00:31, Krzysztof Kozlowski wrote:
> As all level 2 and level 3 caches are unified, add required
> cache-unified property to fix warnings like:
> 
>   tegra210-p2371-0000.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.

Hi, Thierry,

Can you grab this one?

Best regards,
Krzysztof
Re: [PATCH] arm64: dts: tegra210: add missing cache properties
Posted by Thierry Reding 2 years, 6 months ago
On Tue, May 16, 2023 at 06:30:03PM +0200, Krzysztof Kozlowski wrote:
> On 22/04/2023 00:31, Krzysztof Kozlowski wrote:
> > As all level 2 and level 3 caches are unified, add required
> > cache-unified property to fix warnings like:
> > 
> >   tegra210-p2371-0000.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.
> 
> Hi, Thierry,
> 
> Can you grab this one?

Sorry for the delay, this fell through the cracks somehow. Applied now,
thanks.

Thierry