summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2011-06-30 09:08:33 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-06-30 14:46:17 -0700
commit86acb7a2e973b2a163d5df358ef26513d4d3c989 (patch)
tree219c8bbde7a89797bc0ba0679e177625fff24063 /drivers/mfd
parentc339a60fa1640487aa1f18ae818735b0693cd27f (diff)
regulator: tps80031: Controls regulator output by PREQ
Based on platform, it is require to control the regulator output through the peripheral power request signal to pmu. Supporting this type of platform configuration to control output voltage by sw as well as through PREQ input line. bug 839809 bug 829405 Change-Id: Ifa19b9062ca2a2c5cae84de1f311a33cec094ad0 Reviewed-on: http://git-master/r/38936 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Tested-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> Tested-by: Bitan Biswas <bbiswas@nvidia.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/tps80031.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/tps80031.c b/drivers/mfd/tps80031.c
index 9167e1b5faec..4b80f65cc924 100644
--- a/drivers/mfd/tps80031.c
+++ b/drivers/mfd/tps80031.c
@@ -685,6 +685,8 @@ static int dbg_tps_show(struct seq_file *s, void *unused)
print_regs("CLK32KG Regs", s, SLAVE_ID1, 0xBD, 0xBE);
print_regs("CLK32KAUD Regs", s, SLAVE_ID1, 0xC0, 0xC1);
print_regs("INT Regs", s, SLAVE_ID2, 0xD0, 0xD8);
+ print_regs("PREQ Regs", s, SLAVE_ID1, 0xD7, 0xDF);
+ print_regs("MASK_PH Regs", s, SLAVE_ID1, 0x20, 0x21);
print_regs("VERNUM Regs", s, SLAVE_ID1, 0x87, 0x87);
return 0;
}