diff mbox series

[1/2] arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB

Message ID 20230320044935.2512288-1-vigneshr@ti.com (mailing list archive)
State New, archived
Headers show
Series [1/2] arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB | expand

Commit Message

Vignesh Raghavendra March 20, 2023, 4:49 a.m. UTC
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(-)

Comments

Nishanth Menon March 20, 2023, 10:49 p.m. UTC | #1
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
diff mbox series

Patch

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>;
 	};