lkml.org 
[lkml]   [2014]   [Mar]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/7] gpio: dwapb: correct gpio-cells in binding document
Date
The example uses gpio-cells = 1 while it should be two (it is even
mentioned in the text above).

Cc: devicetree@vger.kernel.org
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt b/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
index 91cc90c..dd5d2c0 100644
--- a/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
+++ b/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
@@ -41,7 +41,7 @@ gpio: gpio@20000 {
porta: gpio-controller@0 {
compatible = "snps,dw-apb-gpio-port";
gpio-controller;
- #gpio-cells = <1>;
+ #gpio-cells = <2>;
snps,nr-gpios = <8>;
reg = <0>;
interrupt-controller;
@@ -53,7 +53,7 @@ gpio: gpio@20000 {
portb: gpio-controller@1 {
compatible = "snps,dw-apb-gpio-port";
gpio-controller;
- #gpio-cells = <1>;
+ #gpio-cells = <2>;
snps,nr-gpios = <8>;
reg = <1>;
};
--
1.9.1


\
 
 \ /
  Last update: 2014-03-22 18:01    [W:0.318 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site