
28 Jul
2020
28 Jul
'20
8:58 p.m.
On Tue, 21 Jul 2020 at 07:15, Michal Simek michal.simek@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.simek@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 sjg@chromium.org