Skip to content
Snippets Groups Projects
Commit 169d493b authored by Ashish Kumar's avatar Ashish Kumar Committed by York Sun
Browse files

armv8: ls1088a: Add i2c_early_init() func for LS1088AQDS


This function is required for enabling access to early i2c function
for correct usage of QIXIS_READ and QIXIS_WRITE.

Signed-off-by: default avatarAshish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent d12b166a
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,9 @@ DECLARE_GLOBAL_DATA_PTR; ...@@ -31,6 +31,9 @@ DECLARE_GLOBAL_DATA_PTR;
int board_early_init_f(void) int board_early_init_f(void)
{ {
#if defined(CONFIG_SYS_I2C_EARLY_INIT) && defined(CONFIG_TARGET_LS1088AQDS)
i2c_early_init_f();
#endif
fsl_lsch3_early_init_f(); fsl_lsch3_early_init_f();
return 0; 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