diff options
author | Vignesh Raman <[email protected]> | 2023-12-07 14:48:24 +0530 |
---|---|---|
committer | Helen Koike <[email protected]> | 2023-12-13 15:18:27 -0300 |
commit | 257893829a7f077153f437fe8b0d56f74251ad31 (patch) | |
tree | 5a5d4771a3c00c2f8207653657f8f8c2a48db45a | |
parent | 910d2d85febf93a115cdec961c75e6b208532eac (diff) |
drm: ci: arm64.config: Enable DA9211 regulator
Mediatek mt8173 board fails to boot with DA9211 regulator disabled.
Enable CONFIG_REGULATOR_DA9211=y in arm64.config to fix mt8173 boot
issue.
Acked-by: Helen Koike <[email protected]>
Signed-off-by: Vignesh Raman <[email protected]>
Signed-off-by: Helen Koike <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/ci/arm64.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ci/arm64.config b/drivers/gpu/drm/ci/arm64.config index b4f653417883..8dbce9919a57 100644 --- a/drivers/gpu/drm/ci/arm64.config +++ b/drivers/gpu/drm/ci/arm64.config @@ -186,6 +186,7 @@ CONFIG_HW_RANDOM_MTK=y CONFIG_MTK_DEVAPC=y CONFIG_PWM_MTK_DISP=y CONFIG_MTK_CMDQ=y +CONFIG_REGULATOR_DA9211=y # For nouveau. Note that DRM must be a module so that it's loaded after NFS is up to provide the firmware. CONFIG_ARCH_TEGRA=y |