summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/generic/starfive/jh7110.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/generic/starfive/jh7110.c b/platform/generic/starfive/jh7110.c
index dcd6306b..4b221750 100644
--- a/platform/generic/starfive/jh7110.c
+++ b/platform/generic/starfive/jh7110.c
@@ -252,7 +252,7 @@ static int starfive_jh7110_inst_init(void *fdt)
jh7110_inst.pmu_reg_base = addr;
}
- noff = fdt_node_offset_by_compatible(fdt, -1, "starfive,jh7110-clkgen");
+ noff = fdt_node_offset_by_compatible(fdt, -1, "starfive,jh7110-syscrg");
if (-1 < noff) {
rc = fdt_get_node_addr_size(fdt, noff, 0, &addr, NULL);
if (rc)