Impact: This patch is part of a series of fix for the IGEPv2. The board features 4 LED that must be declared and linked to GPIOs.
Fix: The LEDs are initialized and controlled via the LED class if CONFIG_LEDS_GPIO is selected
or using the General Purpose Input/Output (GPIO) interface if CONFIG_LEDS_GPIO is not selected. This patch depends on [PATCH 1/6] of the same patch set, applied to BugLink: https://bugs.launchpad.net/bugs/651589 .
Testcase: Without this patch LEDs are simply not working.
SRU Justification:
Impact: This patch is part of a series of fix for the IGEPv2. The board features 4 LED that must be declared and linked to GPIOs.
Fix: The LEDs are initialized and controlled via the LED class if CONFIG_LEDS_GPIO is selected /bugs.launchpad .net/bugs/ 651589 .
or using the General Purpose Input/Output (GPIO) interface if CONFIG_LEDS_GPIO is not selected. This patch depends on [PATCH 1/6] of the same patch set, applied to BugLink: https:/
Testcase: Without this patch LEDs are simply not working.