summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/gpio/board.rst
diff options
context:
space:
mode:
authorTom Schwindl <schwindl@posteo.de>2022-06-12 21:01:09 +0200
committerBartosz Golaszewski <brgl@bgdev.pl>2022-06-13 18:12:24 +0200
commit30756cc1645080445c957192bc8a7af3b193d617 (patch)
tree62863e47444e03ba969d927485501bb567ac97d8 /Documentation/driver-api/gpio/board.rst
parentMAINTAINERS: add include/dt-bindings/gpio to GPIO SUBSYSTEM (diff)
downloadlinux-30756cc1645080445c957192bc8a7af3b193d617.tar.xz
linux-30756cc1645080445c957192bc8a7af3b193d617.zip
docs: driver-api: gpio: Fix filename mismatch
The filenames were changed a while ago, but board.rst, consumer.rst and intro.rst still refer to the old names. Fix those references to match the Actual names and avoid possible confusion. Signed-off-by: Tom Schwindl <schwindl@posteo.de> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'Documentation/driver-api/gpio/board.rst')
-rw-r--r--Documentation/driver-api/gpio/board.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/gpio/board.rst b/Documentation/driver-api/gpio/board.rst
index 4e3adf31c8d1..b33aa04f213f 100644
--- a/Documentation/driver-api/gpio/board.rst
+++ b/Documentation/driver-api/gpio/board.rst
@@ -6,7 +6,7 @@ This document explains how GPIOs can be assigned to given devices and functions.
Note that it only applies to the new descriptor-based interface. For a
description of the deprecated integer-based GPIO interface please refer to
-gpio-legacy.txt (actually, there is no real mapping possible with the old
+legacy.rst (actually, there is no real mapping possible with the old
interface; you just fetch an integer from somewhere and request the
corresponding GPIO).