Skip to content

Commit f52cd24

Browse files
vigneshramanAngeloGioacchino Del Regno
authored andcommitted
arm64: defconfig: mediatek: enable PHY drivers
The mediatek display driver fails to probe on mt8173-elm-hana and mt8183-kukui-jacuzzi-juniper-sku16 in v6.14-rc4 due to missing PHY configurations. Commit 924d660 ("drm/mediatek: stop selecting foreign drivers") stopped selecting the MediaTek PHY drivers, requiring them to be explicitly enabled in defconfig. Enable the following PHY drivers for MediaTek platforms: CONFIG_PHY_MTK_HDMI=m for HDMI display CONFIG_PHY_MTK_MIPI_DSI=m for DSI display CONFIG_PHY_MTK_DP=m for DP display Fixes: 924d660 ("drm/mediatek: stop selecting foreign drivers") Reviewed-by: Nícolas F. R. A. Prado <[email protected]> Signed-off-by: Vignesh Raman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
1 parent 0af2f6b commit f52cd24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,6 +1587,9 @@ CONFIG_PHY_HISTB_COMBPHY=y
15871587
CONFIG_PHY_HISI_INNO_USB2=y
15881588
CONFIG_PHY_MVEBU_CP110_COMPHY=y
15891589
CONFIG_PHY_MTK_TPHY=y
1590+
CONFIG_PHY_MTK_HDMI=m
1591+
CONFIG_PHY_MTK_MIPI_DSI=m
1592+
CONFIG_PHY_MTK_DP=m
15901593
CONFIG_PHY_QCOM_EDP=m
15911594
CONFIG_PHY_QCOM_PCIE2=m
15921595
CONFIG_PHY_QCOM_QMP=m

0 commit comments

Comments
 (0)