Re: [PATCH] mmc: core: Set load on vmmc and vqmmc

2015-07-02 Thread Bjorn Andersson
On Wed 01 Jul 03:59 PDT 2015, Mark Brown wrote: > On Tue, Jun 30, 2015 at 09:38:45PM -0700, Bjorn Andersson wrote: > > > +- vmmc-load: requested load for the vmmc regulator, in mA > > +- vqmmc-load: requested load for the vqmmc regulator, in mA > > Isn't this something that should have default v

Re: [PATCH] mmc: core: Set load on vmmc and vqmmc

2015-07-01 Thread Mark Brown
On Tue, Jun 30, 2015 at 09:38:45PM -0700, Bjorn Andersson wrote: > +- vmmc-load: requested load for the vmmc regulator, in mA > +- vqmmc-load: requested load for the vqmmc regulator, in mA Isn't this something that should have default values from the spec? The binding also ought to say what a "r

[PATCH] mmc: core: Set load on vmmc and vqmmc

2015-06-30 Thread Bjorn Andersson
Signed-off-by: Bjorn Andersson --- This is needed to get our regulators into hpm, to give enough power to our sdhci cards to run at higher clockrates - e.g. hs200. Documentation/devicetree/bindings/mmc/mmc.txt | 2 ++ drivers/mmc/core/core.c | 6 ++ drivers/mmc/core/ho