[PATCH v3 3/6] lib: utils/irqchip: Add compatible string for Andestech NCEPLIC100
Lad, Prabhakar
prabhakar.csengg at gmail.com
Thu Dec 1 01:06:06 PST 2022
Hi Biju,
Thank you for the review.
On Thu, Dec 1, 2022 at 8:29 AM Biju Das <biju.das.jz at bp.renesas.com> wrote:
>
> Hi Prabhakar,
>
> > Subject: [PATCH v3 3/6] lib: utils/irqchip: Add compatible string for
> > Andestech NCEPLIC100
> >
<snip>
> > index a6e185c..83d091a 100644
> > --- a/lib/utils/irqchip/fdt_irqchip_plic.c
> > +++ b/lib/utils/irqchip/fdt_irqchip_plic.c
> > @@ -163,7 +163,8 @@ static const struct fdt_match irqchip_plic_match[] =
> > {
> > { .compatible = "sifive,plic-1.0.0" },
> > { .compatible = "thead,c900-plic",
> > .data = thead_plic_plat_init },
> > - { },
> > + { .compatible = "andestech,nceplic100" },
> > + { /* sentinel */ }
>
> Maybe sort alphabetically.
>
Ok.
Cheers,
Prabhakar
More information about the opensbi
mailing list