From 4f7d45596e4d83a6411389be65ea67a58f493446 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 26 Jan 2015 22:30:39 -0200 Subject: gpio: board.txt: Fix the gpio name example As explained in this file: "GPIOs mappings are defined in the consumer device's node, in a property named -gpios" So fix the example to match the convention. Signed-off-by: Fabio Estevam Acked-by: Alexandre Courbot Signed-off-by: Jonathan Corbet --- Documentation/gpio/board.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/gpio/board.txt') diff --git a/Documentation/gpio/board.txt b/Documentation/gpio/board.txt index 4452786225b8..8b35f51fe7b6 100644 --- a/Documentation/gpio/board.txt +++ b/Documentation/gpio/board.txt @@ -31,7 +31,7 @@ through gpiod_get(). For example: <&gpio 16 GPIO_ACTIVE_HIGH>, /* green */ <&gpio 17 GPIO_ACTIVE_HIGH>; /* blue */ - power-gpio = <&gpio 1 GPIO_ACTIVE_LOW>; + power-gpios = <&gpio 1 GPIO_ACTIVE_LOW>; }; This property will make GPIOs 15, 16 and 17 available to the driver under the -- cgit v1.2.3-59-g8ed1b