From: Vishal Mahaveer <vishalm@ti.com>
To: linux-omap@vger.kernel.org
Cc: Vishal Mahaveer <vishalm@ti.com>
Subject: [PATCH 1/1] OMAP: TWL: set clk32kg regulator on
Date: Tue, 1 Nov 2011 09:40:52 -0600 [thread overview]
Message-ID: <1320162052-32276-2-git-send-email-vishalm@ti.com> (raw)
In-Reply-To: <1320162052-32276-1-git-send-email-vishalm@ti.com>
omap4_clk32kg regulator is used by connectivity (WLAN/BT/GPS) chip on
omap4 platforms.
Set always_on flag to true for connectivity chip to operate.
Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
---
arch/arm/mach-omap2/twl-common.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/twl-common.c b/arch/arm/mach-omap2/twl-common.c
index 5224357..8910cea 100644
--- a/arch/arm/mach-omap2/twl-common.c
+++ b/arch/arm/mach-omap2/twl-common.c
@@ -270,6 +270,7 @@ static struct regulator_init_data omap4_vusb_idata = {
static struct regulator_init_data omap4_clk32kg_idata = {
.constraints = {
.valid_ops_mask = REGULATOR_CHANGE_STATUS,
+ .always_on = true,
},
};
--
1.7.0.4
next prev parent reply other threads:[~2011-11-01 20:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-01 15:40 [PATCH 0/1] OMAP: TWL: set clk32kg regulator on Vishal Mahaveer
2011-11-01 15:40 ` Vishal Mahaveer [this message]
2011-11-04 23:16 ` [PATCH 1/1] " Kevin Hilman
2011-11-04 23:20 ` Mahaveer, Vishal
2011-11-07 19:26 ` Kevin Hilman
2011-11-07 21:03 ` Mahaveer, Vishal
2011-11-07 22:49 ` Kevin Hilman
2011-11-08 14:57 ` Mahaveer, Vishal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1320162052-32276-2-git-send-email-vishalm@ti.com \
--to=vishalm@ti.com \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.