Message ID | 20220127151647.2375449-6-icenowy@nucleisys.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Initial support for Nuclei DemoSoC w/ UX600 | expand |
On Thu, 27 Jan 2022 23:16:40 +0800, Icenowy Zheng wrote: > Nuclei UX600 series CPU has an optional PLIC (recommended when running > Linux). > > Add a compatible string for it. > > Signed-off-by: Icenowy Zheng <icenowy@nucleisys.com> > --- > .../bindings/interrupt-controller/sifive,plic-1.0.0.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
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 28b6b17fe4b2..70f5bd6cb879 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 @@ -47,6 +47,7 @@ properties: - sifive,fu540-c000-plic - starfive,jh7100-plic - canaan,k210-plic + - nuclei,ux600-plic - const: sifive,plic-1.0.0 reg:
Nuclei UX600 series CPU has an optional PLIC (recommended when running Linux). Add a compatible string for it. Signed-off-by: Icenowy Zheng <icenowy@nucleisys.com> --- .../bindings/interrupt-controller/sifive,plic-1.0.0.yaml | 1 + 1 file changed, 1 insertion(+)