diff options
author | Ziyann <jaraidaniel@gmail.com> | 2014-08-18 12:20:07 +0200 |
---|---|---|
committer | Ziyann <jaraidaniel@gmail.com> | 2014-10-03 01:17:49 +0200 |
commit | 6f094a34e10e8dfa7b93acc93d64ada7e615372c (patch) | |
tree | 8479d5da5ccfb4ef84ca1484d0c0e2d3e41df6a0 /arch/arm/mach-omap2/omap_twl.c | |
parent | a46cbf52c38147f705b3306caf1937a002b1182b (diff) | |
download | kernel_samsung_tuna-6f094a34e10e8dfa7b93acc93d64ada7e615372c.zip kernel_samsung_tuna-6f094a34e10e8dfa7b93acc93d64ada7e615372c.tar.gz kernel_samsung_tuna-6f094a34e10e8dfa7b93acc93d64ada7e615372c.tar.bz2 |
Misc changes to keep up with omap-3.0
Diffstat (limited to 'arch/arm/mach-omap2/omap_twl.c')
-rw-r--r--[-rwxr-xr-x] | arch/arm/mach-omap2/omap_twl.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_twl.c b/arch/arm/mach-omap2/omap_twl.c index 6c954a7..096be14 100755..100644 --- a/arch/arm/mach-omap2/omap_twl.c +++ b/arch/arm/mach-omap2/omap_twl.c @@ -75,6 +75,14 @@ 0x01 << 0) #define TWL6030_REG_VCOREx_CFG_TRANS_MODE_DESC "OFF=OFF SLEEP=OFF ACT=AUTO" +#define TWL6030_REG_VCORE1_CFG_GRP 0x52 +#define TWL6030_REG_VCORE1_CFG_TRANS 0x53 +#define TWL6030_REG_VCORE2_CFG_GRP 0x58 +#define TWL6030_REG_VCORE2_CFG_TRANS 0x59 +#define TWL6030_REG_VCORE3_CFG_GRP 0x5e +#define TWL6030_REG_VCORE3_CFG_TRANS 0x5f +#define TWL6030_BIT_APE_GRP BIT(0) + /* Pull down control */ #define TWL6030_REG_CFG_SMPS_PD 0xF6 |