On Tue, Dec 16, 2025 at 11:34 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> On 16/12/2025 14:32, Guodong Xu wrote:
> > Add compatible string for SpacemiT K3 IMSIC.
> >
> > Signed-off-by: Guodong Xu <guodong@riscstar.com>
> > ---
> > Documentation/devicetree/bindings/interrupt-controller/riscv,imsics.yaml | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/interrupt-controller/riscv,imsics.yaml b/Documentation/devicetree/bindings/interrupt-controller/riscv,imsics.yaml
> > index c23b5c09fdb90baccece03708f4a381084b22049..152eff7335dd8457bf01d02497b7080f2a02ab65 100644
> > --- a/Documentation/devicetree/bindings/interrupt-controller/riscv,imsics.yaml
> > +++ b/Documentation/devicetree/bindings/interrupt-controller/riscv,imsics.yaml
> > @@ -47,6 +47,7 @@ properties:
> > compatible:
> > items:
> > - enum:
> > + - spacemit,k3-imsics
>
> Also not sorted. s > q.
>
Thanks, Krzysztof. I will fix this. q goes first.
BR,
Guodong Xu
> Best regards,
> Krzysztof