diff mbox series

[v2,1/6] arm64: defconfig: Enable REGULATOR_PF8X00

Message ID 20201221113151.94515-2-jagan@amarulasolutions.com
State Superseded
Headers show
Series [v2,1/6] arm64: defconfig: Enable REGULATOR_PF8X00 | expand

Commit Message

Jagan Teki Dec. 21, 2020, 11:31 a.m. UTC
Enable PF8X00 regulator driver by default as it used in
some of i.MX8MM hardware platforms.

Engicam i.Core MX8M Mini SoM is using the PF8121A family PMIC. 

Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
Changes for v2:
- updated commit message

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Krzysztof Kozlowski Dec. 21, 2020, 1:42 p.m. UTC | #1
On Mon, Dec 21, 2020 at 05:01:46PM +0530, Jagan Teki wrote:
> Enable PF8X00 regulator driver by default as it used in
> some of i.MX8MM hardware platforms.
> 
> Engicam i.Core MX8M Mini SoM is using the PF8121A family PMIC. 
> 
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will@kernel.org>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> ---
> Changes for v2:
> - updated commit message
> 
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index fae83673c3c3..e952c76ee970 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -594,6 +594,7 @@  CONFIG_REGULATOR_HI655X=y
 CONFIG_REGULATOR_MAX77620=y
 CONFIG_REGULATOR_MAX8973=y
 CONFIG_REGULATOR_PCA9450=y
+CONFIG_REGULATOR_PF8X00=y
 CONFIG_REGULATOR_PFUZE100=y
 CONFIG_REGULATOR_PWM=y
 CONFIG_REGULATOR_QCOM_RPMH=y