* [PATCH 1/2] arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB
@ 2023-03-20 4:49 Vignesh Raghavendra
2023-03-20 4:49 ` [PATCH 2/2] arm64: dts: ti: k3-am62a7: " Vignesh Raghavendra
2023-03-20 22:49 ` [PATCH 1/2] arm64: dts: ti: k3-am625: " Nishanth Menon
0 siblings, 2 replies; 3+ messages in thread
From: Vignesh Raghavendra @ 2023-03-20 4:49 UTC (permalink / raw)
To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, Rob Herring,
Krzysztof Kozlowski
Cc: linux-arm-kernel, devicetree, linux-kernel
Per AM62x SoC datasheet[0] L2 cache is 512KB.
[0] https://www.ti.com/lit/gpn/am625 Page 1.
Fixes: f1d17330a5be ("arm64: dts: ti: Introduce base support for AM62x SoC")
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
---
arch/arm64/boot/dts/ti/k3-am625.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am625.dtsi b/arch/arm64/boot/dts/ti/k3-am625.dtsi
index acc7f8ab6426..4193c2b3eed6 100644
--- a/arch/arm64/boot/dts/ti/k3-am625.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am625.dtsi
@@ -148,7 +148,7 @@ L2_0: l2-cache0 {
compatible = "cache";
cache-unified;
cache-level = <2>;
- cache-size = <0x40000>;
+ cache-size = <0x80000>;
cache-line-size = <64>;
cache-sets = <512>;
};
--
2.40.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2/2] arm64: dts: ti: k3-am62a7: Correct L2 cache size to 512KB
2023-03-20 4:49 [PATCH 1/2] arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB Vignesh Raghavendra
@ 2023-03-20 4:49 ` Vignesh Raghavendra
2023-03-20 22:49 ` [PATCH 1/2] arm64: dts: ti: k3-am625: " Nishanth Menon
1 sibling, 0 replies; 3+ messages in thread
From: Vignesh Raghavendra @ 2023-03-20 4:49 UTC (permalink / raw)
To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, Rob Herring,
Krzysztof Kozlowski
Cc: linux-arm-kernel, devicetree, linux-kernel
Per AM62Ax SoC datasheet[0] L2 cache is 512KB.
[0] https://www.ti.com/lit/gpn/am62a7 Page 1.
Fixes: 5fc6b1b62639 ("arm64: dts: ti: Introduce AM62A7 family of SoCs")
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
---
arch/arm64/boot/dts/ti/k3-am62a7.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am62a7.dtsi b/arch/arm64/boot/dts/ti/k3-am62a7.dtsi
index 9734549851c0..58f1c43edcf8 100644
--- a/arch/arm64/boot/dts/ti/k3-am62a7.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62a7.dtsi
@@ -97,7 +97,7 @@ L2_0: l2-cache0 {
compatible = "cache";
cache-unified;
cache-level = <2>;
- cache-size = <0x40000>;
+ cache-size = <0x80000>;
cache-line-size = <64>;
cache-sets = <512>;
};
--
2.40.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB
2023-03-20 4:49 [PATCH 1/2] arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB Vignesh Raghavendra
2023-03-20 4:49 ` [PATCH 2/2] arm64: dts: ti: k3-am62a7: " Vignesh Raghavendra
@ 2023-03-20 22:49 ` Nishanth Menon
1 sibling, 0 replies; 3+ messages in thread
From: Nishanth Menon @ 2023-03-20 22:49 UTC (permalink / raw)
To: Tero Kristo, Rob Herring, Krzysztof Kozlowski, Vignesh Raghavendra
Cc: Nishanth Menon, linux-arm-kernel, devicetree, linux-kernel
Hi Vignesh Raghavendra,
On Mon, 20 Mar 2023 10:19:34 +0530, Vignesh Raghavendra wrote:
> Per AM62x SoC datasheet[0] L2 cache is 512KB.
>
> [0] https://www.ti.com/lit/gpn/am625 Page 1.
>
>
I have applied the following to branch ti-k3-dts-next on [1].
Thank you!
[1/2] arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB
commit: 6974371cab1c488a53960945cb139b20ebb5f16b
[2/2] arm64: dts: ti: k3-am62a7: Correct L2 cache size to 512KB
commit: 438b8dc949bf45979c32553e96086ff1c6e2504e
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
[1] git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-20 22:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-20 4:49 [PATCH 1/2] arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB Vignesh Raghavendra
2023-03-20 4:49 ` [PATCH 2/2] arm64: dts: ti: k3-am62a7: " Vignesh Raghavendra
2023-03-20 22:49 ` [PATCH 1/2] arm64: dts: ti: k3-am625: " Nishanth Menon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®