Skip to content
Snippets Groups Projects
Commit 02802eb8 authored by Aleksandar Gerasimovski's avatar Aleksandar Gerasimovski Committed by Priyanka Jain
Browse files

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: default avatarRainer Boschung <rainer.boschung@hitachi-powergrids.com>
Signed-off-by: default avatarAleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com>
Reviewed-by: Priyanka Jain's avatarPriyanka Jain <priyanka.jain@nxp.com>
parent ccbd2ced
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment