Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a00212e2 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files

ACPI / documentation: Fix ambiguity in the GPIO properties document



The first paragraph in Documentation/acpi/gpio-properties.txt is
ambiguous, so make it more clear.

Reported-by: default avatarAntonio Ospite <ao2@ao2.it>
Acked-by: default avatarAntonio Ospite <ao2@ao2.it>
Acked-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 2375a212
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
_DSD Device Properties Related to GPIO
--------------------------------------

With the release of ACPI 5.1 and the _DSD configuration objecte names
can finally be given to GPIOs (and other things as well) returned by
_CRS.  Previously, we were only able to use an integer index to find
With the release of ACPI 5.1, the _DSD configuration object finally
allows names to be given to GPIOs (and other things as well) returned
by _CRS.  Previously, we were only able to use an integer index to find
the corresponding GPIO, which is pretty error prone (it depends on
the _CRS output ordering, for example).