mirror of https://gitee.com/openkylin/linux.git
f24d311f92
The pinctrl_gpio_request is called with the "full" gpio number, already
containing the base, then meson_pmx_request_gpio is then called with the
final pin number.
Remove the base addition when calling meson_pmx_disable_other_groups.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
pinctrl-meson-gxbb.c | ||
pinctrl-meson-gxl.c | ||
pinctrl-meson.c | ||
pinctrl-meson.h | ||
pinctrl-meson8.c | ||
pinctrl-meson8b.c |