Message ID | 20220127151647.2375449-5-icenowy@nucleisys.com |
---|---|
State | New |
Headers | show |
Series | Initial support for Nuclei DemoSoC w/ UX600 | expand |
On Thu, 27 Jan 2022 23:16:39 +0800, Icenowy Zheng wrote: > Nuclei UX600's timer has a part which is compatible with CLINT. > > Add a DT compatible string for it. > > Signed-off-by: Icenowy Zheng <icenowy@nucleisys.com> > --- > Documentation/devicetree/bindings/timer/sifive,clint.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/timer/sifive,clint.yaml b/Documentation/devicetree/bindings/timer/sifive,clint.yaml index 8d5f4687add9..61a8bd8bde91 100644 --- a/Documentation/devicetree/bindings/timer/sifive,clint.yaml +++ b/Documentation/devicetree/bindings/timer/sifive,clint.yaml @@ -27,6 +27,7 @@ properties: - sifive,fu540-c000-clint - starfive,jh7100-clint - canaan,k210-clint + - nuclei,ux600-clint - const: sifive,clint0 description:
Nuclei UX600's timer has a part which is compatible with CLINT. Add a DT compatible string for it. Signed-off-by: Icenowy Zheng <icenowy@nucleisys.com> --- Documentation/devicetree/bindings/timer/sifive,clint.yaml | 1 + 1 file changed, 1 insertion(+)