summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJi Sheng Teoh <jisheng.teoh@starfivetech.com>2024-03-07 13:59:24 +0300
committerJi Sheng Teoh <jisheng.teoh@starfivetech.com>2024-03-07 16:11:03 +0300
commit44fd9ef9d10367d43de12d05f67a4137fe6e53c8 (patch)
tree45da276630c773adf7b352f70cdf24f86ab8e974
parent3a52cdd6d29ee864f3707d231eb617edb62fe25e (diff)
downloadlinux-44fd9ef9d10367d43de12d05f67a4137fe6e53c8.tar.xz
riscv: dts: starfive: dubhe: update L2 cache compatible
Following the change to emphasize L2 cache compatibility in Dubhe cache controller, update the compatible string to reflect the changes. Signed-off-by: Ji Sheng Teoh <jisheng.teoh@starfivetech.com>
-rw-r--r--arch/riscv/boot/dts/starfive/dubhe80.dtsi4
-rw-r--r--arch/riscv/boot/dts/starfive/dubhe90.dtsi2
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/riscv/boot/dts/starfive/dubhe80.dtsi b/arch/riscv/boot/dts/starfive/dubhe80.dtsi
index 9031457ac7de..dad10fb86eef 100644
--- a/arch/riscv/boot/dts/starfive/dubhe80.dtsi
+++ b/arch/riscv/boot/dts/starfive/dubhe80.dtsi
@@ -34,13 +34,13 @@
};
&l2_cache0 {
- compatible = "starfive,dubhe-cache", "cache";
+ compatible = "starfive,dubhe-l2cache", "cache";
cache-sets = <512>;
cache-size = <0x40000>;
};
&l2_cache1 {
- compatible = "starfive,dubhe-cache", "cache";
+ compatible = "starfive,dubhe-l2cache", "cache";
cache-sets = <512>;
cache-size = <0x40000>;
};
diff --git a/arch/riscv/boot/dts/starfive/dubhe90.dtsi b/arch/riscv/boot/dts/starfive/dubhe90.dtsi
index b75f2b0c1026..08878898667b 100644
--- a/arch/riscv/boot/dts/starfive/dubhe90.dtsi
+++ b/arch/riscv/boot/dts/starfive/dubhe90.dtsi
@@ -34,7 +34,7 @@
};
&l2_cache0 {
- compatible = "starfive,dubhe-cache", "cache";
+ compatible = "starfive,dubhe-l2cache", "cache";
cache-sets = <4096>;
cache-size = <0x200000>;
};