diff options
author | Todd Poynor <toddpoynor@google.com> | 2011-08-16 11:29:08 -0700 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2011-08-16 11:32:36 -0700 |
commit | 856968d4206d85bf48471b94aaf70e73a2a85f54 (patch) | |
tree | 13ea3034514d1f9a566b84e1a68bcc1c857ce3df | |
parent | 40ccab95d57fb077f073fadf52fbfa88385c0f22 (diff) | |
download | kernel_samsung_tuna-856968d4206d85bf48471b94aaf70e73a2a85f54.zip kernel_samsung_tuna-856968d4206d85bf48471b94aaf70e73a2a85f54.tar.gz kernel_samsung_tuna-856968d4206d85bf48471b94aaf70e73a2a85f54.tar.bz2 |
OMAP4: PM: PRCM debug remove non-existent register
And some comment cleanups for TBD items.
Change-Id: Ie2dcf9ed12e020146cabca83c50fcbe00c5e80d4
Signed-off-by: Todd Poynor <toddpoynor@google.com>
-rw-r--r-- | arch/arm/mach-omap2/prcm-debug.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/prcm-debug.c b/arch/arm/mach-omap2/prcm-debug.c index 8768f1a..48fd754 100644 --- a/arch/arm/mach-omap2/prcm-debug.c +++ b/arch/arm/mach-omap2/prcm-debug.c @@ -933,7 +933,7 @@ static struct d_clkd_info cd_emif = { .mods = {&mod_dmm, &mod_emif_1, &mod_emif_2, &mod_emif_fw, &mod_dll, NULL}, .intgens = {NULL}, - // TBD: TRM mentions: DDRPHY, DLL + // TBD: TRM mentions: DDRPHY }; static struct d_clkd_info cd_cortexm3 = { @@ -1228,10 +1228,9 @@ static struct d_pwrd_info pd_l4_per = { static struct d_pwrd_info pd_std_efuse = { .name = "PD_STD_EFUSE", - .prminst = OMAP4430_PRM_CEFUSE_INST, - .pwrst = OMAP4_PM_CEFUSE_PWRSTST_OFFSET, + .prminst = -1, + .pwrst = -1, .cds = {NULL}, - // TBD: Linux: CEFUSE PD regs, CD regs, module regs? }; static struct d_pwrd_info pd_alwon_dsp = { |