Skip to content

Commit 1064013

Browse files
ConchuODgeertu
authored andcommitted
riscv: dts: renesas: Add specific RZ/Five cache compatible
When the binding was originally written, it was assumed that all ax45mp-caches had the same properties etc. This has turned out to be incorrect, as the QiLai SoC has a different number of cache-sets. Add a specific compatible for the RZ/Five for property enforcement and in case there turns out to be additional differences between these implementations of the cache controller. Acked-by: Ben Zong-You Xie <[email protected]> Signed-off-by: Conor Dooley <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Lad Prabhakar <[email protected]> Link: https://lore.kernel.org/20250512-sphere-plenty-8ce4cd772745@spud Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent fb30a7c commit 1064013

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/riscv/boot/dts/renesas/r9a07g043f.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@
143143
};
144144

145145
l2cache: cache-controller@13400000 {
146-
compatible = "andestech,ax45mp-cache", "cache";
146+
compatible = "renesas,r9a07g043f-ax45mp-cache", "andestech,ax45mp-cache",
147+
"cache";
147148
reg = <0x0 0x13400000 0x0 0x100000>;
148149
interrupts = <SOC_PERIPHERAL_IRQ(476) IRQ_TYPE_LEVEL_HIGH>;
149150
cache-size = <0x40000>;

0 commit comments

Comments
 (0)