Re: [PATCH v3] arm64: defconfig: mediatek: enable PHY drivers
From: Nícolas F. R. A. Prado
Date: Thu Mar 13 2025 - 08:50:11 EST
On Thu, Mar 13, 2025 at 09:38:24AM +0530, Vignesh Raman wrote:
> 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 [1] 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
>
> [1] commit 924d66011f24 ("drm/mediatek: stop selecting foreign drivers")
Usually this would go directly in the paragraph, like so:
Commit 924d66011f24 ("drm/mediatek: stop selecting foreign drivers") stopped
selecting the MediaTek PHY drivers, requiring them to be explicitly enabled in
defconfig.
But that's just so you know in the future, you don't need to send a new version
just for that.
>
> Fixes: 924d66011f24 ("drm/mediatek: stop selecting foreign drivers")
> Signed-off-by: Vignesh Raman <vignesh.raman@xxxxxxxxxxxxx>
Reviewed-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>
Thanks,
Nícolas