Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: Update DT binding docs to support SiFive FU740 SoC

Add new compatible strings to the DT binding documents to support SiFive
FU740-C000.

Signed-off-by: Yash Shah <yash.shah@sifive.com>
Link: https://lore.kernel.org/r/1607403341-57214-3-git-send-email-yash.shah@sifive.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Yash Shah and committed by
Mark Brown
76347344 c732b756

+6 -4
+6 -4
Documentation/devicetree/bindings/spi/spi-sifive.yaml
··· 17 17 properties: 18 18 compatible: 19 19 items: 20 - - const: sifive,fu540-c000-spi 20 + - enum: 21 + - sifive,fu540-c000-spi 22 + - sifive,fu740-c000-spi 21 23 - const: sifive,spi0 22 24 23 25 description: 24 26 Should be "sifive,<chip>-spi" and "sifive,spi<version>". 25 27 Supported compatible strings are - 26 - "sifive,fu540-c000-spi" for the SiFive SPI v0 as integrated 27 - onto the SiFive FU540 chip, and "sifive,spi0" for the SiFive 28 - SPI v0 IP block with no chip integration tweaks. 28 + "sifive,fu540-c000-spi" and "sifive,fu740-c000-spi" for the SiFive SPI v0 29 + as integrated onto the SiFive FU540 and FU740 chip resp, and "sifive,spi0" 30 + for the SiFive SPI v0 IP block with no chip integration tweaks. 29 31 Please refer to sifive-blocks-ip-versioning.txt for details 30 32 31 33 SPI RTL that corresponds to the IP block version numbers can be found here -