]> git.baikalelectronics.ru Git - uboot.git/commit
configs: mx23_olinuxino_defconfig: fix status led definition
authorMichael Heimpold <mhei@heimpold.de>
Mon, 29 Oct 2018 19:21:51 +0000 (20:21 +0100)
committerStefano Babic <sbabic@denx.de>
Tue, 1 Jan 2019 13:12:18 +0000 (14:12 +0100)
commit4b1d14fed71111f0ad90be41e0de651f7c1e111e
tree73cf6c6eecdc2340eaa5dad47a6744bfa03928d4
parent88cb7b630a6f2c9e07bdd121de360e76f9be854d
configs: mx23_olinuxino_defconfig: fix status led definition

While migrating individual status led usages to Kconfig stuff,
a (random) value was introduced for this board which does not
work but produces the following error message during boot:

__led_init: failed requesting GPIO59!

Since Kconfig does not seem to accept a define as this point,
but the mxs gpio driver requires not only a simple integer value,
we need to use the plain value of MX23_PAD_SSP1_DETECT__GPIO_2_1.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Fixes: cb7af7bf7f80 ("status_led: Kconfig migration")
configs/mx23_olinuxino_defconfig