Message ID | 20190206140241.25216-1-ccaione@baylibre.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | 28cfe24345294150fe67833fc47f2d7197855fab |
Headers | show |
Series | arm64: defconfig: Enable PFUZE100 regulator | expand |
On Wed, Feb 6, 2019 at 12:03 PM Carlo Caione <ccaione@baylibre.com> wrote: > > This is needed to boot correctly from eMMC on the i.MX8MQ EVK board. > > Signed-off-by: Carlo Caione <ccaione@baylibre.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
On Wed, Feb 06, 2019 at 02:02:41PM +0000, Carlo Caione wrote: > This is needed to boot correctly from eMMC on the i.MX8MQ EVK board. > > Signed-off-by: Carlo Caione <ccaione@baylibre.com> Applied, thanks.
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 10b8e05c3d35..788773d16c7c 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -448,6 +448,7 @@ CONFIG_REGULATOR_GPIO=y CONFIG_REGULATOR_HI6421V530=y CONFIG_REGULATOR_HI655X=y CONFIG_REGULATOR_MAX77620=y +CONFIG_REGULATOR_PFUZE100=y CONFIG_REGULATOR_PWM=y CONFIG_REGULATOR_QCOM_RPMH=y CONFIG_REGULATOR_QCOM_SMD_RPM=y
This is needed to boot correctly from eMMC on the i.MX8MQ EVK board. Signed-off-by: Carlo Caione <ccaione@baylibre.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)