commit | 7012865e961ca2645d783adf4b75ca4abdbfe5a7 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Wed Jul 08 10:24:00 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 08 08:49:34 2020 -0400 |
tree | f4fab3629928fefd758e2a4f6f4559f1c2225aa9 | |
parent | 526fe06a5d1d96ce22cca743576945016ec4e2ef [diff] |
gpio: fix test.py for gpio label lookup commit 2bd261dd1712 ("gpio: search for gpio label if gpio is not found through bank name") disabled DM_GPIO_LOOKUP_LABEL which is needed in sandbox defconfigs, as we have tests for this functionality. Signed-off-by: Heiko Schocher <hs@denx.de>