forked from Mirrors/opensbi
lib: utils: Rename fdt_parse_clint() to fdt_parse_compat_addr()
The fdt_parse_clint() is quite generic and can be used for other types of devices so we rename it to fdt_parse_compat_addr(). Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:
@@ -66,7 +66,7 @@ static int openpiton_early_init(bool cold_boot)
|
||||
if (!rc)
|
||||
plic = plic_data;
|
||||
|
||||
rc = fdt_parse_clint(fdt, &clint_data, "riscv,clint0");
|
||||
rc = fdt_parse_compat_addr(fdt, &clint_data, "riscv,clint0");
|
||||
if (!rc)
|
||||
clint_addr = clint_data;
|
||||
|
||||
|
Reference in New Issue
Block a user