From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: OMAP: devicetree: fix SPI node compatible property syntax items Date: Thu, 14 Nov 2013 10:36:09 -0800 Message-ID: <20131114183609.GM10317@atomide.com> References: <1382090468-6011-1-git-send-email-ewitcher@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1382090468-6011-1-git-send-email-ewitcher@mindspring.com> Sender: linux-omap-owner@vger.kernel.org To: Eric Witcher Cc: bcousson@baylibre.com, linux-omap@vger.kernel.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org * Eric Witcher [131022 21:14]: > Correct the SPI node compatible property items to match example code and > match current DTS usage. > > Signed-off-by: Eric Witcher > --- > Documentation/devicetree/bindings/spi/omap-spi.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > 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 Applying into omap-for-v3.13/fixes thanks. Tony