]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
arm64: defconfig: mediatek: enable PHY drivers
authorVignesh Raman <vignesh.raman@collabora.com>
Mon, 12 May 2025 13:19:24 +0000 (18:49 +0530)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Wed, 14 May 2025 13:47:57 +0000 (15:47 +0200)
commitf52cd248d844f9451858992f924988ac413fdc7e
tree22d9c3c7024e80aed570e3a19db31ddaa95988a2
parent0af2f6be1b4281385b618cb86ad946eded089ac8
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 924d66011f24 ("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: 924d66011f24 ("drm/mediatek: stop selecting foreign drivers")
Reviewed-by: NĂ­colas F. R. A. Prado <nfraprado@collabora.com>
Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
Link: https://lore.kernel.org/r/20250512131933.1247830-1-vignesh.raman@collabora.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/configs/defconfig