Message ID | 20220127151647.2375449-8-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:42 +0800, Icenowy Zheng wrote: > Nuclei DemoSoC design integrates SPI controllers from SiFive. > > Add a compatible string for these SPI controllers. > > Signed-off-by: Icenowy Zheng <icenowy@nucleisys.com> > --- > Documentation/devicetree/bindings/spi/spi-sifive.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/spi/spi-sifive.yaml b/Documentation/devicetree/bindings/spi/spi-sifive.yaml index 6e7e394fc1e4..60a24f31a928 100644 --- a/Documentation/devicetree/bindings/spi/spi-sifive.yaml +++ b/Documentation/devicetree/bindings/spi/spi-sifive.yaml @@ -20,6 +20,7 @@ properties: - enum: - sifive,fu540-c000-spi - sifive,fu740-c000-spi + - nuclei,demosoc-spi - const: sifive,spi0 description:
Nuclei DemoSoC design integrates SPI controllers from SiFive. Add a compatible string for these SPI controllers. Signed-off-by: Icenowy Zheng <icenowy@nucleisys.com> --- Documentation/devicetree/bindings/spi/spi-sifive.yaml | 1 + 1 file changed, 1 insertion(+)