OSDN Git Service

spi: omap-spi: Add compatible for AM654 SoC
authorVignesh R <vigneshr@ti.com>
Wed, 7 Nov 2018 10:39:25 +0000 (16:09 +0530)
committerMark Brown <broonie@kernel.org>
Wed, 7 Nov 2018 14:55:55 +0000 (14:55 +0000)
AM654 SoC has same McSPI IP as OMAP2+ platforms. Add new compatible to
support McSPI on AM654 SoC.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/spi/omap-spi.txt

index 2ba5f9c..487208c 100644 (file)
@@ -2,6 +2,7 @@ OMAP2+ McSPI device
 
 Required properties:
 - compatible :
+  - "ti,am654-mcspi" for AM654.
   - "ti,omap2-mcspi" for OMAP2 & OMAP3.
   - "ti,omap4-mcspi" for OMAP4+.
 - ti,spi-num-cs : Number of chipselect supported  by the instance.