On Tue, 21 Jul 2020 at 07:15, Michal Simek <michal.si...@xilinx.com> wrote: > > The commit 2bd261dd1712 ("gpio: search for gpio label if gpio is not found > through bank name") introduced the option to search gpio via labels (gpio > hog). This patch is just follow up on this and fills pin name based on > gpio-line-names DT property. > > Signed-off-by: Michal Simek <michal.si...@xilinx.com> > --- > > arch/sandbox/dts/test.dts | 2 ++ > drivers/gpio/gpio-uclass.c | 31 +++++++++++++++++++++++++++++++ > test/dm/gpio.c | 6 ++++++ > 3 files changed, 39 insertions(+)
Reviewed-by: Simon Glass <s...@chromium.org>