Documentation: gpio: Input mode is not true Hi-Z
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 30 Nov 2022 15:55:17 +0000 (17:55 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 15 Mar 2023 10:06:38 +0000 (11:06 +0100)
commit5b3b3e35ac6b07ee45acabecb789079baa845f90
treef266eafe54fda68b542a1ca54ea0ce83be734a57
parentdb4064cc108214bf0912b89c7e660c7d9d6bba1d
Documentation: gpio: Input mode is not true Hi-Z

The true Hi-Z (a.k.a. high impedance) mode is when pin is completely
disconnected from the chip. This includes input buffer as well.
Nevertheless, some hardware may not support that mode and they are
considering input only as Hi-Z, but more precisely it is an equivalent
to that, in electronics it's basically "an antenna mode".

Sligthly correct documentation to take the above into consideration.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Documentation/driver-api/gpio/driver.rst