gpio: of: make example syntactically correct

The ';' was missing. And cosmetic: there was a space too much.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Wolfram Sang 2018-01-21 13:12:43 +01:00 committed by Linus Walleij
parent 6953c57ab1
commit 8734fae64e

View file

@ -33,12 +33,12 @@ The following example could be used to describe GPIO pins used as device enable
and bit-banged data signals: and bit-banged data signals:
gpio1: gpio1 { gpio1: gpio1 {
gpio-controller gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
}; };
gpio2: gpio2 { gpio2: gpio2 {
gpio-controller gpio-controller;
#gpio-cells = <1>; #gpio-cells = <1>;
}; };
[...] [...]