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/omap_common.h | |
| parent | 4de28d7921908d8b222fac331111c94e048ee282 (diff) | |
| download | olio-uboot-2014.01-63fc0c775c1eb86b9a1abb4e37311bbcf1dca008.tar.xz olio-uboot-2014.01-63fc0c775c1eb86b9a1abb4e37311bbcf1dca008.zip | |
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/omap_common.h')
| -rw-r--r-- | arch/arm/include/asm/omap_common.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h index b70575b1b..3b8bece69 100644 --- a/arch/arm/include/asm/omap_common.h +++ b/arch/arm/include/asm/omap_common.h @@ -516,6 +516,9 @@ struct vcores_data {  	struct volts mpu;  	struct volts core;  	struct volts mm; +	struct volts gpu; +	struct volts eve; +	struct volts iva;  };  extern struct prcm_regs const **prcm; |