[PATCH] arm64: dts: add cpu cache information to ExynosAuto-v920
Devang Tailor
dev.tailor at samsung.com
Mon Jan 6 00:39:51 PST 2025
Hi krzysztof,
-----Original Message-----
From: Krzysztof Kozlowski <krzk at kernel.org>
Sent: 31 December 2024 13:13
To: Devang Tailor <dev.tailor at samsung.com>; alim.akhtar at samsung.com; robh at kernel.org; krzk+dt at kernel.org; conor+dt at kernel.org
Cc: devicetree at vger.kernel.org; linux-arm-kernel at lists.infradead.org; linux-samsung-soc at vger.kernel.org; linux-kernel at vger.kernel.org
Subject: Re: [PATCH] arm64: dts: add cpu cache information to ExynosAuto-v920
On 31/12/2024 07:43, Devang Tailor wrote:
>
> cpu9: cpu at 20100 {
> @@ -152,6 +215,22 @@ cpu9: cpu at 20100 {
> compatible = "arm,cortex-a78ae";
> reg = <0x0 0x20100>;
> enable-method = "psci";
> + i-cache-size = <0x10000>;
> + i-cache-line-size = <64>;
> + i-cache-sets = <256>;
> + d-cache-size = <0x10000>;
> + d-cache-line-size = <64>;
> + d-cache-sets = <256>;
> + next-level-cache = <&cpu_l2>;
> + };
> +
> + cpu_l2: l2-cache0 {
Are there more l2-caches? '0' suggests that, so please add nodes for all of them.
>
Thank you Krzysztof for your review. I will update other caches in v2 patch.
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list