From: Eric Witcher Date: Fri, 18 Oct 2013 10:01:08 +0000 (-0400) Subject: ARM: OMAP: devicetree: fix SPI node compatible property syntax items X-Git-Tag: upstream/snapshot3+hdmi~3693^2~36^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b0d0cce3b441597d3a66a8951c2f3e70071c6cc;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Acked-by: Sourav Poddar Signed-off-by: Tony Lindgren --- diff --git a/Documentation/devicetree/bindings/spi/omap-spi.txt b/Documentation/devicetree/bindings/spi/omap-spi.txt index 4c85c4c..2ba5f9c 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