mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-08 13:00:57 +01:00
ipq807x: Added support for I2C diagnostics
Diagnostics feature includes read, write and probe commands. Change-Id: Ia230a366e35241e4c3812b820bfb38ff0101ad0d Signed-off-by: Ajay Kishore <akisho@codeaurora.org>
This commit is contained in:
parent
804f626a9a
commit
37ddd8e488
1 changed files with 7 additions and 0 deletions
|
|
@ -71,6 +71,13 @@
|
|||
text_base --> |------------|
|
||||
*/
|
||||
|
||||
#define CONFIG_IPQ807x_I2C 1
|
||||
#ifdef CONFIG_IPQ807x_I2C
|
||||
#define CONFIG_SYS_I2C_QUP
|
||||
#define CONFIG_CMD_I2C
|
||||
#define CONFIG_DM_I2C
|
||||
#endif
|
||||
|
||||
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE -\
|
||||
CONFIG_SYS_MALLOC_LEN - CONFIG_ENV_SIZE -\
|
||||
GENERATED_BD_INFO_SIZE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue