mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
spi: spi-fsl-dspi: Update DT binding documentation
DSPI driver has been updated and support more compatible strings. This patch update the DT binding documentation. Signed-off-by: Haikun Wang <haikun.wang@freescale.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
432a17d77a
commit
812d6f6345
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
ARM Freescale DSPI controller
|
||||
|
||||
Required properties:
|
||||
- compatible : "fsl,vf610-dspi"
|
||||
- compatible : "fsl,vf610-dspi", "fsl,ls1021a-v1.0-dspi", "fsl,ls2085a-dspi"
|
||||
- reg : Offset and length of the register set for the device
|
||||
- interrupts : Should contain SPI controller interrupt
|
||||
- clocks: from common clock binding: handle to dspi clock.
|
||||
|
|
Loading…
Reference in a new issue