* Re: [PATCH] Documentation: added missing semicolon in at25 dts example
[not found] <1405430449-21283-1-git-send-email-samarthp@ymail.com>
@ 2014-07-15 15:36 ` Randy Dunlap
2014-07-15 15:41 ` Mark Rutland
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2014-07-15 15:36 UTC (permalink / raw)
To: Samarth Parikh, linux-doc, linux-kernel, Rob Herring, Pawel Moll,
Mark Rutland, Ian Campbell, Kumar Gala,
devicetree@vger.kernel.org
[adding dt bindings people + list]
On 07/15/14 06:20, Samarth Parikh wrote:
> Added a missing semicolon ";" in device tree structure
> example of "EEPROMs (SPI) compatible with Atmel at25" in
> documentation of device tree bindings.
>
> Signed-off-by: Samarth Parikh <samarthp@ymail.com>
> ---
> Documentation/devicetree/bindings/misc/at25.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/misc/at25.txt b/Documentation/devicetree/bindings/misc/at25.txt
> index 1d34471..cf830bd 100644
> --- a/Documentation/devicetree/bindings/misc/at25.txt
> +++ b/Documentation/devicetree/bindings/misc/at25.txt
> @@ -24,7 +24,7 @@ Additional compatible properties are also allowed.
> Example:
> at25@0 {
> compatible = "atmel,at25", "st,m95256";
> - reg = <0>
> + reg = <0>;
> spi-max-frequency = <5000000>;
> spi-cpha;
> spi-cpol;
>
--
~Randy
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: added missing semicolon in at25 dts example
2014-07-15 15:36 ` [PATCH] Documentation: added missing semicolon in at25 dts example Randy Dunlap
@ 2014-07-15 15:41 ` Mark Rutland
0 siblings, 0 replies; 2+ messages in thread
From: Mark Rutland @ 2014-07-15 15:41 UTC (permalink / raw)
To: Randy Dunlap
Cc: Samarth Parikh, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, Rob Herring, Pawel Moll,
Ian Campbell, Kumar Gala, devicetree@vger.kernel.org
On Tue, Jul 15, 2014 at 04:36:47PM +0100, Randy Dunlap wrote:
> [adding dt bindings people + list]
>
> On 07/15/14 06:20, Samarth Parikh wrote:
> > Added a missing semicolon ";" in device tree structure
> > example of "EEPROMs (SPI) compatible with Atmel at25" in
> > documentation of device tree bindings.
> >
> > Signed-off-by: Samarth Parikh <samarthp@ymail.com>
This looks trivial and correct.
Acked-by: Mark Rutland <mark.rutland@arm.com>
Thanks,
Mark.
> > ---
> > Documentation/devicetree/bindings/misc/at25.txt | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/misc/at25.txt b/Documentation/devicetree/bindings/misc/at25.txt
> > index 1d34471..cf830bd 100644
> > --- a/Documentation/devicetree/bindings/misc/at25.txt
> > +++ b/Documentation/devicetree/bindings/misc/at25.txt
> > @@ -24,7 +24,7 @@ Additional compatible properties are also allowed.
> > Example:
> > at25@0 {
> > compatible = "atmel,at25", "st,m95256";
> > - reg = <0>
> > + reg = <0>;
> > spi-max-frequency = <5000000>;
> > spi-cpha;
> > spi-cpol;
> >
>
>
> --
> ~Randy
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-15 15:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1405430449-21283-1-git-send-email-samarthp@ymail.com>
2014-07-15 15:36 ` [PATCH] Documentation: added missing semicolon in at25 dts example Randy Dunlap
2014-07-15 15:41 ` Mark Rutland
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).