* About set boot_on for clk32kg regulator
@ 2012-06-06 10:55 Xiao Jiang
0 siblings, 0 replies; only message in thread
From: Xiao Jiang @ 2012-06-06 10:55 UTC (permalink / raw)
To: khilman; +Cc: vishalm, coelho, linux-omap@vger.kernel.org
Hi Kevin,
For panda and blaze, wl12xx sdio card can't be found without set on
label in struct omap4_clk32kg_idata,
and after search maillist I found Vishal had posted patch for it.
http://marc.info/?l=linux-omap&m=132017988123957&w=2
But after more investigations, if clk32kg regulator isn't on then sdio
bus can't probe
wl12xx sdio card, which means it isn't possible to enable regulator in
wl12xx driver.
so I set boot_on as true for 32KG regulator as for power reason as follows.
Is it reasonable or not? or is there other solution can fix this issue?
thanks.
diff --git a/arch/arm/mach-omap2/twl-common.c
b/arch/arm/mach-omap2/twl-common.c
index 119d5a9..843bade 100644
--- a/arch/arm/mach-omap2/twl-common.c
+++ b/arch/arm/mach-omap2/twl-common.c
@@ -374,6 +374,7 @@ static struct regulator_init_data omap4_vusb_idata = {
static struct regulator_init_data omap4_clk32kg_idata = {
.constraints = {
.valid_ops_mask = REGULATOR_CHANGE_STATUS,
+ .boot_on = true,
},
};
Regards,
Xiao
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-06 10:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-06 10:55 About set boot_on for clk32kg regulator Xiao Jiang
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.