gpio: fix test.py for gpio label lookup
authorHeiko Schocher <hs@denx.de>
Wed, 8 Jul 2020 08:24:00 +0000 (10:24 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 8 Jul 2020 12:49:34 +0000 (08:49 -0400)
commit7012865e961ca2645d783adf4b75ca4abdbfe5a7
treef4fab3629928fefd758e2a4f6f4559f1c2225aa9
parent526fe06a5d1d96ce22cca743576945016ec4e2ef
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>
configs/sandbox64_defconfig
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig