Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/ci: arm64.config: 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.

Enable the following PHY drivers for MediaTek platforms:
- CONFIG_PHY_MTK_HDMI=y for HDMI display
- CONFIG_PHY_MTK_MIPI_DSI=y for DSI display

Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
Acked-by: Helen Koike <helen.fornazier@gmail.com>
Link: https://lore.kernel.org/r/20250314085858.39328-4-vignesh.raman@collabora.com

+2
+2
drivers/gpu/drm/ci/arm64.config
··· 193 193 CONFIG_MTK_CMDQ=y 194 194 CONFIG_REGULATOR_DA9211=y 195 195 CONFIG_DRM_ANALOGIX_ANX7625=y 196 + CONFIG_PHY_MTK_HDMI=y 197 + CONFIG_PHY_MTK_MIPI_DSI=y 196 198 197 199 # For nouveau. Note that DRM must be a module so that it's loaded after NFS is up to provide the firmware. 198 200 CONFIG_ARCH_TEGRA=y