diff mbox series

ARM: multi_v7_defconfig: Make MAX77802 regulator driver built-in

Message ID 20190830130416.10420-1-m.szyprowski@samsung.com
State New
Headers show
Series ARM: multi_v7_defconfig: Make MAX77802 regulator driver built-in | expand

Commit Message

Marek Szyprowski Aug. 30, 2019, 1:04 p.m. UTC
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(-)

-- 
2.17.1

Comments

Krzysztof Kozlowski Sept. 2, 2019, 3:54 p.m. UTC | #1
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 mbox series

Patch

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