diff mbox series

[v2] arm64: defconfig: Enable REGULATOR_PF8X00

Message ID 20201202194149.180058-1-jagan@amarulasolutions.com (mailing list archive)
State New, archived
Headers show
Series [v2] arm64: defconfig: Enable REGULATOR_PF8X00 | expand

Commit Message

Jagan Teki Dec. 2, 2020, 7:41 p.m. UTC
Enable PF8X00 regulator driver by default as it used in some of 
i.MX8MM hardware platforms like Engicam i.Core MX8M Mini SoM.

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

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

Comments

Krzysztof Kozlowski Dec. 2, 2020, 7:48 p.m. UTC | #1
On Thu, Dec 03, 2020 at 01:11:49AM +0530, Jagan Teki wrote:
> Enable PF8X00 regulator driver by default as it used in some of 
> i.MX8MM hardware platforms like Engicam i.Core MX8M Mini SoM.
> 
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will@kernel.org>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

You will have to send v2 of entire patchset, so wait with this till you
have everything ready.

Best regards,
Krzysztof


> ---
> Changes for v2:
> - update the commit message.
Jagan Teki Dec. 2, 2020, 7:49 p.m. UTC | #2
On Thu, Dec 3, 2020 at 1:18 AM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> On Thu, Dec 03, 2020 at 01:11:49AM +0530, Jagan Teki wrote:
> > Enable PF8X00 regulator driver by default as it used in some of
> > i.MX8MM hardware platforms like Engicam i.Core MX8M Mini SoM.
> >
> > Cc: Catalin Marinas <catalin.marinas@arm.com>
> > Cc: Will Deacon <will@kernel.org>
> > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
>
> You will have to send v2 of entire patchset, so wait with this till you
> have everything ready.

Thought that the defconfig is unrelated to dts(i) changes. Okay.

Jagan.
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 867cc4a5f00f..b070ecf61fdf 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