summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLey Foon Tan <leyfoon.tan@linux.starfivetech.com>2022-06-30 08:15:32 +0300
committerLey Foon Tan <leyfoon.tan@starfivetech.com>2023-12-04 06:00:11 +0300
commit24ce2abda1ea0b36208b5695f09f15f0a9c91fc6 (patch)
treeb4139e8a9dbf7cb20f6d26bebec9c4d56caa80ee /arch
parent2e2a364bb3bb49a559ab53240e716a400a170cd4 (diff)
downloadlinux-24ce2abda1ea0b36208b5695f09f15f0a9c91fc6.tar.xz
riscv: dts: starfive: dubhe: Update Dubhe compatible string
Change Dubhe CPU compatible string to "starfive,dubhe". Signed-off-by: Ley Foon Tan <leyfoon.tan@linux.starfivetech.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/boot/dts/starfive/dubhe.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/boot/dts/starfive/dubhe.dtsi b/arch/riscv/boot/dts/starfive/dubhe.dtsi
index cae89b300023..73e0090fb7b1 100644
--- a/arch/riscv/boot/dts/starfive/dubhe.dtsi
+++ b/arch/riscv/boot/dts/starfive/dubhe.dtsi
@@ -13,7 +13,7 @@
#size-cells = <0>;
cpu@0 {
- compatible = "starfive,dubhe0", "riscv";
+ compatible = "starfive,dubhe", "riscv";
d-cache-block-size = <64>;
d-cache-sets = <128>;
d-cache-size = <65536>;
@@ -35,7 +35,7 @@
};
cpu@1 {
- compatible = "starfive,dubhe0", "riscv";
+ compatible = "starfive,dubhe", "riscv";
d-cache-block-size = <64>;
d-cache-sets = <128>;
d-cache-size = <65536>;