diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2013-05-30 03:19:29 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-06-10 08:43:09 -0400 |
commit | 63fc0c775c1eb86b9a1abb4e37311bbcf1dca008 (patch) | |
tree | 363b14b1ee207f2c9644adf366ab15884dbe8819 /arch/arm/include/asm/arch-omap5/sys_proto.h | |
parent | 4de28d7921908d8b222fac331111c94e048ee282 (diff) | |
download | u-boot-imx-63fc0c775c1eb86b9a1abb4e37311bbcf1dca008.zip u-boot-imx-63fc0c775c1eb86b9a1abb4e37311bbcf1dca008.tar.gz u-boot-imx-63fc0c775c1eb86b9a1abb4e37311bbcf1dca008.tar.bz2 |
ARM: DRA7xx: power Add support for tps659038 PMIC
TPS659038 is the power IC used in DRA7XX boards.
Adding support for this and also adding pmic data
for DRA7XX boards.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap5/sys_proto.h')
-rw-r--r-- | arch/arm/include/asm/arch-omap5/sys_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap5/sys_proto.h b/arch/arm/include/asm/arch-omap5/sys_proto.h index 91eb36c..0bb59d8 100644 --- a/arch/arm/include/asm/arch-omap5/sys_proto.h +++ b/arch/arm/include/asm/arch-omap5/sys_proto.h @@ -62,6 +62,7 @@ void save_omap_boot_params(void); void init_omap_revision(void); void do_io_settings(void); void sri2c_init(void); +void gpi2c_init(void); int omap_vc_bypass_send_value(u8 sa, u8 reg_addr, u8 reg_data); u32 warm_reset(void); void force_emif_self_refresh(void); |