commit | 9b7eba5476b1f873ff667697a0718b6a94e74b49 | [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 | 58b4e94c4a3ec601aa56c5993994a894fddee32d [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>