Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1221219
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARM: multi_v7_defconfig: Enable PBIAS regulator |
| Date | 2015-09-09 06:10 +0200 |
| Message-ID | <q6ERP-8s-11@gated-at.bofh.it> (permalink) |
| References | <q4ztf-8s6-1@gated-at.bofh.it> <q5RR8-5fS-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, Sep 06, 2015 at 04:41:10PM -0700, Guenter Roeck wrote:
> On Thu, Sep 03, 2015 at 03:25:11PM +0530, Kishon Vijay Abraham I wrote:
> > PBIAS regulator is required for MMC module in OMAP2, OMAP3, OMAP4,
> > OMAP5 and DRA7 SoCs. Enable it here.
> >
> > Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
>
> Tested-by: Guenter Roeck <linux@roeck-us.net>
>
This problem is now causing various runtime failures in mainline.
I see the following qemu test failures:
arm:beagle:multi_v7_defconfig:omap3-beagle
arm:beaglexm:multi_v7_defconfig:omap3-beagle-xm
arm:overo:multi_v7_defconfig:omap3-overo-tobi
I would expect all omap2/3/4/5 runtime tests with multi_v7_defconfig to fail.
Also, FWIW,
Fixes: 6a9b2ff07d04 ("mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_get")
Guenter
> > ---
> > arch/arm/configs/multi_v7_defconfig | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> > index 5fd8df6..f497c96 100644
> > --- a/arch/arm/configs/multi_v7_defconfig
> > +++ b/arch/arm/configs/multi_v7_defconfig
> > @@ -403,6 +403,7 @@ CONFIG_REGULATOR_MAX8973=y
> > CONFIG_REGULATOR_MAX77686=y
> > CONFIG_REGULATOR_MAX77693=m
> > CONFIG_REGULATOR_PALMAS=y
> > +CONFIG_REGULATOR_PBIAS=y
> > CONFIG_REGULATOR_S2MPS11=y
> > CONFIG_REGULATOR_S5M8767=y
> > CONFIG_REGULATOR_TPS51632=y
> > --
> > 1.7.9.5
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
> >
> >
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH] ARM: multi_v7_defconfig: Enable PBIAS regulator Guenter Roeck <linux@roeck-us.net> - 2015-09-09 06:10 +0200 Re: [PATCH] ARM: multi_v7_defconfig: Enable PBIAS regulator Kishon Vijay Abraham I <kishon@ti.com> - 2015-09-09 08:20 +0200
csiph-web