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

dt-bindings: spi: Document bcm2711 and bcm7211 SPI compatible

The BCM2711 and BCM7211 chips use the BCM2835 SPI controller, but there
are severl instances of those in the system and they all share the same
interrupt line. Document specific compatible strings such that the
driver can take appropriate actions.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20200604034655.15930-2-f.fainelli@gmail.com
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Florian Fainelli and committed by
Rob Herring
a11bc0e1 c217cf81

+2 -1
+2 -1
Documentation/devicetree/bindings/spi/brcm,bcm2835-spi.txt
··· 5 5 auxiliary block. This binding applies to the SPI0 controller. 6 6 7 7 Required properties: 8 - - compatible: Should be "brcm,bcm2835-spi". 8 + - compatible: Should be one of "brcm,bcm2835-spi" for BCM2835/2836/2837 or 9 + "brcm,bcm2711-spi" for BCM2711 or "brcm,bcm7211-spi" for BCM7211. 9 10 - reg: Should contain register location and length. 10 11 - interrupts: Should contain interrupt. 11 12 - clocks: The clock feeding the SPI controller.