Message ID | 20220127151647.2375449-7-icenowy@nucleisys.com |
---|---|
State | New |
Headers | show |
Series | Initial support for Nuclei DemoSoC w/ UX600 | expand |
On Thu, 27 Jan 2022 23:16:41 +0800, Icenowy Zheng wrote: > Nuclei DemoSoC design integrates the UART controller from SiFive. > > Add a compatible string for it. > > Signed-off-by: Icenowy Zheng <icenowy@nucleisys.com> > --- > Documentation/devicetree/bindings/serial/sifive-serial.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/serial/sifive-serial.yaml b/Documentation/devicetree/bindings/serial/sifive-serial.yaml index 09aae43f65a7..329341a3648f 100644 --- a/Documentation/devicetree/bindings/serial/sifive-serial.yaml +++ b/Documentation/devicetree/bindings/serial/sifive-serial.yaml @@ -21,6 +21,7 @@ properties: - sifive,fu540-c000-uart - sifive,fu740-c000-uart - canaan,k210-uarths + - nuclei,demosoc-uart - const: sifive,uart0 description:
Nuclei DemoSoC design integrates the UART controller from SiFive. Add a compatible string for it. Signed-off-by: Icenowy Zheng <icenowy@nucleisys.com> --- Documentation/devicetree/bindings/serial/sifive-serial.yaml | 1 + 1 file changed, 1 insertion(+)