diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2020-01-08 15:55:19 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-01-10 00:26:04 +0300 |
commit | 0a1eb761ff30cdc089bcc94e1bd540b6956487c5 (patch) | |
tree | 22577dd69c1512c050dc0018143f5f510f8a34aa /Documentation/devicetree/bindings/spi | |
parent | 603e92ff10a81b965ac41dc9fb3d287408e834fb (diff) | |
download | linux-0a1eb761ff30cdc089bcc94e1bd540b6956487c5.tar.xz |
dt-bindings: spi_atmel: add microchip,sam9x60-spi
Add microchip,sam9x60-spi to DT bindings documentation.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/spi')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi_atmel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi_atmel.txt b/Documentation/devicetree/bindings/spi/spi_atmel.txt index f99c733d75c1..5bb4a8f1df7a 100644 --- a/Documentation/devicetree/bindings/spi/spi_atmel.txt +++ b/Documentation/devicetree/bindings/spi/spi_atmel.txt @@ -1,7 +1,7 @@ Atmel SPI device Required properties: -- compatible : should be "atmel,at91rm9200-spi". +- compatible : should be "atmel,at91rm9200-spi" or "microchip,sam9x60-spi". - reg: Address and length of the register set for the device - interrupts: Should contain spi interrupt - cs-gpios: chipselects (optional for SPI controller version >= 2 with the |