提交 a54aef50 编写于 作者: S Sebastian Andrzej Siewior 提交者: Linus Walleij

gpio: dwapb: correct gpio-cells in binding document

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: NSebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 138d876e
......@@ -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>;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册