Commit 7b0d0cce authored by Eric Witcher's avatar Eric Witcher Committed by Tony Lindgren

ARM: OMAP: devicetree: fix SPI node compatible property syntax items

Correct the SPI node compatible property items to match example code and
match current DTS usage.
Signed-off-by: default avatarEric Witcher <ewitcher@mindspring.com>
Acked-by: default avatarSourav Poddar <sourav.poddar@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent c9b3a7d2
......@@ -2,8 +2,8 @@ OMAP2+ McSPI device
Required properties:
- compatible :
- "ti,omap2-spi" for OMAP2 & OMAP3.
- "ti,omap4-spi" for OMAP4+.
- "ti,omap2-mcspi" for OMAP2 & OMAP3.
- "ti,omap4-mcspi" for OMAP4+.
- ti,spi-num-cs : Number of chipselect supported by the instance.
- ti,hwmods: Name of the hwmod associated to the McSPI
- ti,pindir-d0-out-d1-in: Select the D0 pin as output and D1 as
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment