lib/utils: Drop the 'compat' parameter of fdt_plic_fixup()
authorBin Meng <bmeng.cn@gmail.com>
Sat, 27 Mar 2021 05:05:26 +0000 (13:05 +0800)
committerAnup Patel <anup@brainfault.org>
Thu, 1 Apr 2021 04:57:28 +0000 (10:27 +0530)
commitca3f35821baa18e309d856c0cf886b81970f2a00
tree0dcd2e6229c6ea424623bb9902030953be7aea32
parent9190ad12f7053497f2bd06af29f25015f7890278
lib/utils: Drop the 'compat' parameter of fdt_plic_fixup()

At present fdt_plic_fixup() accepts a 'compat' parameter for PLIC
compatible string. In preparation to support the new DT bindings,
drop this and use "riscv,plic0" directly in fdt_plic_fixup().

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
include/sbi_utils/fdt/fdt_fixup.h
lib/utils/fdt/fdt_fixup.c