Message ID | 20190830130416.10420-1-m.szyprowski@samsung.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 86759eeb32f70193ca7ebd50cc9b70ccb73d3d89 |
Headers | show |
Series | ARM: multi_v7_defconfig: Make MAX77802 regulator driver built-in | expand |
On Fri, Aug 30, 2019 at 03:04:16PM +0200, Marek Szyprowski wrote: > Maxim 77802 PMIC is a main PMIC for the following Exynos5 based boards: > Odroid XU, Chromebook Pit and Chromebook Pi. Driver for its voltage > regulator is needed very early during boot to properly instantiate SD/MMC > devices and mount rootfs, so change that driver to be compiled-in. > > Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> > --- > arch/arm/configs/multi_v7_defconfig | 2 +- Thanks, applied. Best regards, Krzysztof
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 64aa1136d43c..3dc636c3c5c7 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -562,7 +562,7 @@ CONFIG_REGULATOR_MAX8997=m CONFIG_REGULATOR_MAX8998=m CONFIG_REGULATOR_MAX77686=y CONFIG_REGULATOR_MAX77693=m -CONFIG_REGULATOR_MAX77802=m +CONFIG_REGULATOR_MAX77802=y CONFIG_REGULATOR_PALMAS=y CONFIG_REGULATOR_PBIAS=y CONFIG_REGULATOR_PWM=y
Maxim 77802 PMIC is a main PMIC for the following Exynos5 based boards: Odroid XU, Chromebook Pit and Chromebook Pi. Driver for its voltage regulator is needed very early during boot to properly instantiate SD/MMC devices and mount rootfs, so change that driver to be compiled-in. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> --- arch/arm/configs/multi_v7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)