提交 1ef67068 编写于 作者: P Peng Fan 提交者: Zheng Zengkai

arm64: dts: ti: k3-j721e: correct cache-sets info

stable inclusion
from stable-v5.10.94
commit bd85b2e77aa9c0e51ecdb31511793196d35020cb
bugzilla: https://gitee.com/openeuler/kernel/issues/I531X9

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=bd85b2e77aa9c0e51ecdb31511793196d35020cb

--------------------------------

[ Upstream commit 7a0df1f9 ]

A72 Cluster has 48KB Icache, 32KB Dcache and 1MB L2 Cache
 - ICache is 3-way set-associative
 - Dcache is 2-way set-associative
 - Line size are 64bytes

So correct the cache-sets info.

Fixes: 2d87061e ("arm64: dts: ti: Add Support for J721E SoC")
Signed-off-by: NPeng Fan <peng.fan@nxp.com>
Reviewed-by: NNishanth Menon <nm@ti.com>
Signed-off-by: NVignesh Raghavendra <vigneshr@ti.com>
Link: https://lore.kernel.org/r/20211112063155.3485777-1-peng.fan@oss.nxp.comSigned-off-by: NSasha Levin <sashal@kernel.org>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
Acked-by: NXie XiuQi <xiexiuqi@huawei.com>
上级 9469f1e7
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
i-cache-sets = <256>; i-cache-sets = <256>;
d-cache-size = <0x8000>; d-cache-size = <0x8000>;
d-cache-line-size = <64>; d-cache-line-size = <64>;
d-cache-sets = <128>; d-cache-sets = <256>;
next-level-cache = <&L2_0>; next-level-cache = <&L2_0>;
}; };
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
i-cache-sets = <256>; i-cache-sets = <256>;
d-cache-size = <0x8000>; d-cache-size = <0x8000>;
d-cache-line-size = <64>; d-cache-line-size = <64>;
d-cache-sets = <128>; d-cache-sets = <256>;
next-level-cache = <&L2_0>; next-level-cache = <&L2_0>;
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册