diff options
author | Carlo Caione | 2019-02-06 14:02:41 +0000 |
---|---|---|
committer | Shawn Guo | 2019-02-11 11:02:22 +0800 |
commit | 28cfe24345294150fe67833fc47f2d7197855fab (patch) | |
tree | 9321bf83b54ddaa4c8c1d0f95c724da7d7a02cc7 /arch/arm64/configs | |
parent | 6cbedeb0612a5c8026cade8eb8f13aa9307ee5ac (diff) |
arm64: defconfig: Enable PFUZE100 regulator
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |