Commit 8734fae6 authored by Wolfram Sang's avatar Wolfram Sang Committed by Linus Walleij
Browse files

gpio: of: make example syntactically correct



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

Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 6953c57a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -33,11 +33,11 @@ The following example could be used to describe GPIO pins used as device enable
and bit-banged data signals:

	gpio1: gpio1 {
		gpio-controller
		gpio-controller;
		#gpio-cells = <2>;
	};
	gpio2: gpio2 {
		gpio-controller
		gpio-controller;
		#gpio-cells = <1>;
	};
	[...]