]> Git Repo - linux.git/commitdiff
spi: Update DT binding docs to support SiFive FU740 SoC
authorYash Shah <[email protected]>
Tue, 8 Dec 2020 04:55:34 +0000 (10:25 +0530)
committerMark Brown <[email protected]>
Tue, 8 Dec 2020 14:21:51 +0000 (14:21 +0000)
Add new compatible strings to the DT binding documents to support SiFive
FU740-C000.

Signed-off-by: Yash Shah <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Documentation/devicetree/bindings/spi/spi-sifive.yaml

index 56dcf1d35da422087195f62d8b500aae3e01da05..6e7e394fc1e441719f572cf7dd47406af48c56bc 100644 (file)
@@ -17,15 +17,17 @@ allOf:
 properties:
   compatible:
     items:
-      - const: sifive,fu540-c000-spi
+      - enum:
+          - sifive,fu540-c000-spi
+          - sifive,fu740-c000-spi
       - const: sifive,spi0
 
     description:
       Should be "sifive,<chip>-spi" and "sifive,spi<version>".
       Supported compatible strings are -
-      "sifive,fu540-c000-spi" for the SiFive SPI v0 as integrated
-      onto the SiFive FU540 chip, and "sifive,spi0" for the SiFive
-      SPI v0 IP block with no chip integration tweaks.
+      "sifive,fu540-c000-spi" and "sifive,fu740-c000-spi" for the SiFive SPI v0
+      as integrated onto the SiFive FU540 and FU740 chip resp, and "sifive,spi0"
+      for the SiFive SPI v0 IP block with no chip integration tweaks.
       Please refer to sifive-blocks-ip-versioning.txt for details
 
       SPI RTL that corresponds to the IP block version numbers can be found here -
This page took 0.075617 seconds and 4 git commands to generate.