devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: devicetree: fix SPI node compatible property syntax items
@ 2013-10-18 10:01 Eric Witcher
  2013-11-14 18:36 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Witcher @ 2013-10-18 10:01 UTC (permalink / raw)
  To: bcousson, linux-omap, devicetree

Correct the SPI node compatible property items to match example code and
match current DTS usage.

Signed-off-by: Eric Witcher <ewitcher@mindspring.com>
---
 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
-- 
1.7.11.7


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: OMAP: devicetree: fix SPI node compatible property syntax items
  2013-10-18 10:01 [PATCH] ARM: OMAP: devicetree: fix SPI node compatible property syntax items Eric Witcher
@ 2013-11-14 18:36 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2013-11-14 18:36 UTC (permalink / raw)
  To: Eric Witcher; +Cc: bcousson, linux-omap, devicetree

* Eric Witcher <ewitcher@mindspring.com> [131022 21:14]:
> Correct the SPI node compatible property items to match example code and
> match current DTS usage.
> 
> Signed-off-by: Eric Witcher <ewitcher@mindspring.com>
> ---
>  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-14 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-18 10:01 [PATCH] ARM: OMAP: devicetree: fix SPI node compatible property syntax items Eric Witcher
2013-11-14 18:36 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).