On Mon, Oct 13, 2025 at 12:15:37PM +0100, Lucas Zampieri wrote: > From: Charles Mirabile > > Add a new compatible string for UltraRISC DP1000 PLIC. > > Signed-off-by: Charles Mirabile > Signed-off-by: Lucas Zampieri > --- > .../bindings/interrupt-controller/sifive,plic-1.0.0.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml > index 5b827bc24301..a419de50f5a8 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml > @@ -74,6 +74,8 @@ properties: > - sophgo,sg2044-plic > - thead,th1520-plic > - const: thead,c900-plic > + - items: > + - const: ultrarisc,dp1000-plic > + - const: ultrarisc,cp100-plic Based on your cover letter, this is problem not incorrect, but this fails the eye test and looks wrong. Please mention in your commit message that dp1000 is an soc and cp100 is a purchasable IP core. pw-bot: changes-requested > - items: > - const: sifive,plic-1.0.0 > - const: riscv,plic0 > -- > 2.51.0 >