mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
ARM: OMAP4/5: Centralize gpi2c_init
Centralize gpi2c_init into omap_common from the sys_proto header so that the information can be reused across SoCs. Signed-off-by: Steve Kipisz <s-kipisz2@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
93e6253d11
commit
725700dcbf
3 changed files with 3 additions and 2 deletions
|
@ -617,6 +617,9 @@ void disable_edma3_clocks(void);
|
|||
|
||||
void omap_die_id(unsigned int *die_id);
|
||||
|
||||
/* Initialize general purpose I2C(0) on the SoC */
|
||||
void gpi2c_init(void);
|
||||
|
||||
/* ABB */
|
||||
#define OMAP_ABB_NOMINAL_OPP 0
|
||||
#define OMAP_ABB_FAST_OPP 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue