From 86acb7a2e973b2a163d5df358ef26513d4d3c989 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Thu, 30 Jun 2011 09:08:33 +0530 Subject: 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 Tested-by: Laxman Dewangan Reviewed-by: Bitan Biswas Tested-by: Bitan Biswas --- drivers/mfd/tps80031.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/mfd') 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; } -- cgit v1.2.3