Skip to content

Commit

Permalink
arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB
Browse files Browse the repository at this point in the history
[ Upstream commit 6974371 ]

Per AM62x SoC datasheet[0] L2 cache is 512KB.

[0] https://www.ti.com/lit/gpn/am625 Page 1.

Fixes: f1d1733 ("arm64: dts: ti: Introduce base support for AM62x SoC")
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Link: https://lore.kernel.org/r/20230320044935.2512288-1-vigneshr@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
r-vignesh authored and gregkh committed May 11, 2023
1 parent 6e2fc85 commit 1fe7cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-am625.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
compatible = "cache";
cache-unified;
cache-level = <2>;
cache-size = <0x40000>;
cache-size = <0x80000>;
cache-line-size = <64>;
cache-sets = <512>;
};
Expand Down

0 comments on commit 1fe7cc2

Please sign in to comment.