All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dt: bindings: as3645a: Fix the example node
@ 2017-12-07 12:50 ` Dan Murphy
  0 siblings, 0 replies; 3+ messages in thread
From: Dan Murphy @ 2017-12-07 12:50 UTC (permalink / raw)
  To: sakari.ailus, rpurdie, jacek.anaszewski, pavel
  Cc: linux-leds, linux-kernel, Dan Murphy

Fix the address-cells and size-cells example node
to reflect to the correct representation.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---

v2 - Moved compatible to be first in the node - https://patchwork.kernel.org/patch/10092937/

 Documentation/devicetree/bindings/leds/ams,as3645a.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/leds/ams,as3645a.txt b/Documentation/devicetree/bindings/leds/ams,as3645a.txt
index fdc40e354a64..fc7f5f9f234c 100644
--- a/Documentation/devicetree/bindings/leds/ams,as3645a.txt
+++ b/Documentation/devicetree/bindings/leds/ams,as3645a.txt
@@ -59,10 +59,10 @@ Example
 =======
 
 	as3645a@30 {
-		#address-cells: 1
-		#size-cells: 0
-		reg = <0x30>;
 		compatible = "ams,as3645a";
+		#address-cells = <1>;
+		#size-cells = <0>;
+		reg = <0x30>;
 		flash@0 {
 			reg = <0x0>;
 			flash-timeout-us = <150000>;
-- 
2.15.0.124.g7668cbc60

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

* [PATCH v2] dt: bindings: as3645a: Fix the example node
@ 2017-12-07 12:50 ` Dan Murphy
  0 siblings, 0 replies; 3+ messages in thread
From: Dan Murphy @ 2017-12-07 12:50 UTC (permalink / raw)
  To: sakari.ailus, rpurdie, jacek.anaszewski, pavel
  Cc: linux-leds, linux-kernel, Dan Murphy

Fix the address-cells and size-cells example node
to reflect to the correct representation.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---

v2 - Moved compatible to be first in the node - https://patchwork.kernel.org/patch/10092937/

 Documentation/devicetree/bindings/leds/ams,as3645a.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/leds/ams,as3645a.txt b/Documentation/devicetree/bindings/leds/ams,as3645a.txt
index fdc40e354a64..fc7f5f9f234c 100644
--- a/Documentation/devicetree/bindings/leds/ams,as3645a.txt
+++ b/Documentation/devicetree/bindings/leds/ams,as3645a.txt
@@ -59,10 +59,10 @@ Example
 =======
 
 	as3645a@30 {
-		#address-cells: 1
-		#size-cells: 0
-		reg = <0x30>;
 		compatible = "ams,as3645a";
+		#address-cells = <1>;
+		#size-cells = <0>;
+		reg = <0x30>;
 		flash@0 {
 			reg = <0x0>;
 			flash-timeout-us = <150000>;
-- 
2.15.0.124.g7668cbc60

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

* Re: [PATCH v2] dt: bindings: as3645a: Fix the example node
  2017-12-07 12:50 ` Dan Murphy
  (?)
@ 2017-12-08 14:27 ` Pavel Machek
  -1 siblings, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2017-12-08 14:27 UTC (permalink / raw)
  To: Dan Murphy
  Cc: sakari.ailus, rpurdie, jacek.anaszewski, linux-leds, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 753 bytes --]

On Thu 2017-12-07 06:50:12, Dan Murphy wrote:
> Fix the address-cells and size-cells example node
> to reflect to the correct representation.
> 
> Signed-off-by: Dan Murphy <dmurphy@ti.com>

Acked-by: Pavel Machek <pavel@ucw.cz>

> +++ b/Documentation/devicetree/bindings/leds/ams,as3645a.txt
> @@ -59,10 +59,10 @@ Example
>  =======
>  
>  	as3645a@30 {
> -		#address-cells: 1
> -		#size-cells: 0
> -		reg = <0x30>;
>  		compatible = "ams,as3645a";
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +		reg = <0x30>;
>  		flash@0 {
>  			reg = <0x0>;
>  			flash-timeout-us = <150000>;

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

end of thread, other threads:[~2017-12-08 14:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-07 12:50 [PATCH v2] dt: bindings: as3645a: Fix the example node Dan Murphy
2017-12-07 12:50 ` Dan Murphy
2017-12-08 14:27 ` Pavel Machek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.