On Mon, Jun 15, 2020 at 11:58 AM Simon Glass <s...@chromium.org> wrote: > > Add a Kconfig to control whether pinctrl is represented as a single ACPI > device or as multiple devices. In the latter case (the default) we should > return the pin number relative to the pinctrl device. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > drivers/pinctrl/intel/Kconfig | 4 ++++ > drivers/pinctrl/intel/pinctrl.c | 2 ++ > 2 files changed, 6 insertions(+) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>