Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt: Fix incorrect reference in gpio-led documentation

Path to gpio.txt (dt) document was broken.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Sachin Kamat and committed by
Linus Walleij
4485a129 0a90a9fb

+1 -1
+1 -1
Documentation/devicetree/bindings/gpio/led.txt
··· 8 8 9 9 LED sub-node properties: 10 10 - gpios : Should specify the LED's GPIO, see "gpios property" in 11 - Documentation/devicetree/gpio.txt. Active low LEDs should be 11 + Documentation/devicetree/bindings/gpio/gpio.txt. Active low LEDs should be 12 12 indicated using flags in the GPIO specifier. 13 13 - label : (optional) The label for this LED. If omitted, the label is 14 14 taken from the node name (excluding the unit address).