lkml.org 
[lkml]   [2014]   [Jul]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Documentation: added missing semicolon in at25 dts example
[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


\
 
 \ /
  Last update: 2014-07-15 18:21    [W:0.208 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site