diff options
author | Eric Witcher <ewitcher@mindspring.com> | 2013-10-18 14:01:08 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-11-14 22:43:19 +0400 |
commit | 7b0d0cce3b441597d3a66a8951c2f3e70071c6cc (patch) | |
tree | 94b6846f01c19d1fa677f82753aee9827f6272bb /Documentation/devicetree/bindings/spi | |
parent | c9b3a7d227068ccf25f435b1b0720ccc73ee5178 (diff) | |
download | linux-7b0d0cce3b441597d3a66a8951c2f3e70071c6cc.tar.xz |
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: Eric Witcher <ewitcher@mindspring.com>
Acked-by: Sourav Poddar <sourav.poddar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'Documentation/devicetree/bindings/spi')
-rw-r--r-- | Documentation/devicetree/bindings/spi/omap-spi.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/spi/omap-spi.txt b/Documentation/devicetree/bindings/spi/omap-spi.txt index 4c85c4c69584..2ba5f9c023ac 100644 --- a/Documentation/devicetree/bindings/spi/omap-spi.txt +++ b/Documentation/devicetree/bindings/spi/omap-spi.txt @@ -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 |