summaryrefslogtreecommitdiff
path: root/arch/riscv/boot/dts
diff options
context:
space:
mode:
authorleyfoon.tan <leyfoon.tan@starfivetech.com>2024-03-07 17:50:58 +0300
committerleyfoon.tan <leyfoon.tan@starfivetech.com>2024-03-07 17:50:58 +0300
commit04aa970f7275815928be62096f8eaa52024d30b9 (patch)
tree08566f1393d54e0d677f7955b732b363179c651a /arch/riscv/boot/dts
parentb634339a68f88efd4830210c1cc756f4876b282d (diff)
parentb3625ba05124040a935f6a6971c10abfb4bdb1cd (diff)
downloadlinux-04aa970f7275815928be62096f8eaa52024d30b9.tar.xz
Merge branch 'starfive-6.6.10-dubhe-emphasize-l2-cache-compatibility' into 'starfive-6.6.10-dubhe'REL_DUBHE_MAR2024starfive-6.6.10-dubhe
cache: dubhe: emphasize controller's L2 cache compatibility See merge request starfive-tech/linux!276
Diffstat (limited to 'arch/riscv/boot/dts')
-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>;
};