Thread (6 messages) flat view 6 messages, 3 authors, 2017-12-27

Re: [PATCH] dt: bindings: as3645a: Fix the example node

From: Rob Herring <robh@kernel.org>
Date: 2017-12-06 21:58:37
Also in: linux-leds, lkml

On Tue, Dec 05, 2017 at 07:36:37AM -0600, Dan Murphy wrote:
quoted hunk ↗ jump to hunk
Fix the address-cells and size-cells example node
to reflect to the correct representation.

Signed-off-by: Dan Murphy <redacted>
---
 Documentation/devicetree/bindings/leds/ams,as3645a.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/leds/ams,as3645a.txt b/Documentation/devicetree/bindings/leds/ams,as3645a.txt
index fdc40e354a64..8a49ccfec29b 100644
--- a/Documentation/devicetree/bindings/leds/ams,as3645a.txt
+++ b/Documentation/devicetree/bindings/leds/ams,as3645a.txt
@@ -59,8 +59,8 @@ Example
 =======
 
 	as3645a@30 {
-		#address-cells: 1
-		#size-cells: 0
+		#address-cells = <1>;
+		#size-cells = <0>;
 		reg = <0x30>;
 		compatible = "ams,as3645a";
Convention is also we put compatible first.
 		flash@0 {
-- 
2.15.0.124.g7668cbc60
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help