aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com>2021-06-08 14:24:32 +0000
committerPriyanka Jain <priyanka.jain@nxp.com>2021-06-17 11:46:11 +0530
commit02802eb89e85696d9cd2276c2842255d5ad7edf6 (patch)
tree9394c7a1f9dcae1aa337ba19ac9db506c190478b
parentccbd2ced73d1ad310c34e75dca3ce30f1d515c85 (diff)
downloadu-boot-02802eb89e85696d9cd2276c2842255d5ad7edf6.zip
u-boot-02802eb89e85696d9cd2276c2842255d5ad7edf6.tar.gz
u-boot-02802eb89e85696d9cd2276c2842255d5ad7edf6.tar.bz2
pg-wcom-ls102x: initialize front led and app buf
This patch adds the front led initialization and the application buffer enable to the eraly board inititlaization. Signed-off-by: Rainer Boschung <rainer.boschung@hitachi-powergrids.com> Signed-off-by: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
-rw-r--r--board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c b/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
index 97915f9..db49e8f 100644
--- a/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
+++ b/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
@@ -96,6 +96,12 @@ int board_early_init_f(void)
i2c_deblock_gpio_cfg();
+ /* enable the Unit LED (red) & Boot LED (on) */
+ qrio_set_leds();
+
+ /* enable Application Buffer */
+ qrio_enable_app_buffer();
+
arch_soc_init();
return 0;