linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4] arm64: defconfig: mediatek: enable PHY drivers
@ 2025-05-12 13:19 Vignesh Raman
  2025-05-14 13:47 ` AngeloGioacchino Del Regno
  2025-05-20  9:44 ` AngeloGioacchino Del Regno
  0 siblings, 2 replies; 3+ messages in thread
From: Vignesh Raman @ 2025-05-12 13:19 UTC (permalink / raw)
  To: linux-mediatek
  Cc: chunkuang.hu, p.zabel, nfraprado, angelogioacchino.delregno, krzk,
	daniels, airlied, simona.vetter, arnd, ck.hu, laura.nao,
	matthias.bgg, tzimmermann, mripard, lumag, ville.syrjala,
	jani.nikula, arnd, geert+renesas, wenst, linux-arm-kernel,
	dri-devel, linux-kernel

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>
---

v2:
  - Include board details in the commit message.  
  - Sort newly added PHY configs in defconfig.

v3:
  - Use defconfig/savedefconfig to get the correct configs ordering.
  - Removed PHY_MTK_XSPHY since it is not required for probing display driver.
  - Add the commit details which deselected the MediaTek PHY drivers and
    added a Fixes tag.
  - Enabled CONFIG_PHY_MTK_DP, which was previously deselected.

v4:
  - Reword commit message.

---
 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 5bb8f09422a2..fa973f6328df 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1587,6 +1587,9 @@ CONFIG_PHY_HISTB_COMBPHY=y
 CONFIG_PHY_HISI_INNO_USB2=y
 CONFIG_PHY_MVEBU_CP110_COMPHY=y
 CONFIG_PHY_MTK_TPHY=y
+CONFIG_PHY_MTK_HDMI=m
+CONFIG_PHY_MTK_MIPI_DSI=m
+CONFIG_PHY_MTK_DP=m
 CONFIG_PHY_QCOM_EDP=m
 CONFIG_PHY_QCOM_PCIE2=m
 CONFIG_PHY_QCOM_QMP=m
-- 
2.47.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v4] arm64: defconfig: mediatek: enable PHY drivers
  2025-05-12 13:19 [PATCH v4] arm64: defconfig: mediatek: enable PHY drivers Vignesh Raman
@ 2025-05-14 13:47 ` AngeloGioacchino Del Regno
  2025-05-20  9:44 ` AngeloGioacchino Del Regno
  1 sibling, 0 replies; 3+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-05-14 13:47 UTC (permalink / raw)
  To: Vignesh Raman, linux-mediatek
  Cc: chunkuang.hu, p.zabel, nfraprado, krzk, daniels, airlied,
	simona.vetter, arnd, ck.hu, laura.nao, matthias.bgg, tzimmermann,
	mripard, lumag, ville.syrjala, jani.nikula, arnd, geert+renesas,
	wenst, linux-arm-kernel, dri-devel, linux-kernel

Il 12/05/25 15:19, Vignesh Raman ha scritto:
> 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>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v4] arm64: defconfig: mediatek: enable PHY drivers
  2025-05-12 13:19 [PATCH v4] arm64: defconfig: mediatek: enable PHY drivers Vignesh Raman
  2025-05-14 13:47 ` AngeloGioacchino Del Regno
@ 2025-05-20  9:44 ` AngeloGioacchino Del Regno
  1 sibling, 0 replies; 3+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-05-20  9:44 UTC (permalink / raw)
  To: linux-mediatek, Vignesh Raman
  Cc: chunkuang.hu, p.zabel, nfraprado, krzk, daniels, airlied,
	simona.vetter, arnd, ck.hu, laura.nao, matthias.bgg, tzimmermann,
	mripard, lumag, ville.syrjala, jani.nikula, arnd, geert+renesas,
	wenst, linux-arm-kernel, dri-devel, linux-kernel

On Mon, 12 May 2025 18:49:24 +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 924d66011f24 ("drm/mediatek: stop selecting foreign drivers")
> stopped selecting the MediaTek PHY drivers, requiring them to be
> explicitly enabled in defconfig.
> 
> [...]

Applied to v6.15-next/dts64, thanks!

[1/1] arm64: defconfig: mediatek: enable PHY drivers
      (no commit info)

Cheers,
Angelo




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-05-20 10:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-12 13:19 [PATCH v4] arm64: defconfig: mediatek: enable PHY drivers Vignesh Raman
2025-05-14 13:47 ` AngeloGioacchino Del Regno
2025-05-20  9:44 ` AngeloGioacchino Del Regno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).