From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Fri, 9 Aug 2019 07:08:53 +0000 Subject: [U-Boot] [PATCH v2 06/11] imx: tpc70: led: Enable LED default state In-Reply-To: <20190730071213.11238-7-lukma@denx.de> References: <20190730071213.11238-1-lukma@denx.de> <20190730071213.11238-7-lukma@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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 > --- > > 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 > #include > #include > +#include > > 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 > -- > 2.11.0