[U-Boot] [PATCH v2 06/11] imx: tpc70: led: Enable LED default state
Peng Fan
peng.fan at nxp.com
Fri Aug 9 07:08:53 UTC 2019
> Subject: [PATCH v2 06/11] imx: tpc70: led: Enable LED default state
>
> This change sets the default state of LEDs on TPC70.
>
> Signed-off-by: Lukasz Majewski <lukma at denx.de>
> ---
>
> board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c
> b/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c
> index 1dbd03efd8..97af6bd65b 100644
> --- a/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c
> +++ b/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c
> @@ -27,6 +27,7 @@
> #include <netdev.h>
> #include <usb.h>
> #include <usb/ehci-ci.h>
> +#include <led.h>
>
> DECLARE_GLOBAL_DATA_PTR;
>
> @@ -290,6 +291,9 @@ int board_late_init(void)
> add_board_boot_modes(board_boot_modes);
> #endif
>
> + if (IS_ENABLED(CONFIG_LED))
> + led_default_state();
> +
> env_set("boardname", "kp-tpc");
> env_set("boardsoc", "imx6q");
> return 0;
Reviewed-by: Peng Fan <peng.fan at nxp.com>
> --
> 2.11.0
More information about the U-Boot
mailing list