diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/riscv/boot/dts/starfive/dubhe80.dtsi | 4 | ||||
-rw-r--r-- | arch/riscv/boot/dts/starfive/dubhe90.dtsi | 2 |
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>; }; |