Message ID | 20201202121241.109952-2-jagan@amarulasolutions.com |
---|---|
State | Superseded |
Headers | show |
Series | arm64: dts: imx8mm: Add Engicam i.Core MX8M Mini | expand |
On Wed, Dec 2, 2020 at 10:52 PM Krzysztof Kozlowski <krzk@kernel.org> wrote: > > On Wed, Dec 02, 2020 at 05:42:32PM +0530, Jagan Teki wrote: > > Enable PF8X00 regulator driver by default as it used in > > some of i.MX8MM hardware platforms. > > Could you mention names (one is enough) of platforms this could be found > on? This would be more detailed reason why the option should be enabled. Sure, I will update it on the next version commit message. Jagan.
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
Enable PF8X00 regulator driver by default as it used in some of i.MX8MM hardware platforms. Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will@kernel.org> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)