[PATCH] arm64: defconfig: enable XSPHY driver

Nicolas Frattaroli posted 1 patch 3 months ago
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH] arm64: defconfig: enable XSPHY driver
Posted by Nicolas Frattaroli 3 months ago
The mediatek XSPHY driver is required on mt8196 for working USB support.
Enable it in the defconfig.

Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 739b19302865fe8edc54911213321d6f1278aae4..a3cd62f360a16bb9d63152ffc2e20d5df8158efa 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1607,6 +1607,7 @@ CONFIG_PHY_HISI_INNO_USB2=y
 CONFIG_PHY_MVEBU_CP110_COMPHY=y
 CONFIG_PHY_MTK_PCIE=m
 CONFIG_PHY_MTK_TPHY=y
+CONFIG_PHY_MTK_XSPHY=m
 CONFIG_PHY_MTK_HDMI=m
 CONFIG_PHY_MTK_MIPI_DSI=m
 CONFIG_PHY_MTK_DP=m

---
base-commit: a89d580927679464582adf00ed40c8096fc434fb
change-id: 20250707-mtk-defconfig-usb-phy-0db868842a31

Best regards,
-- 
Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
Re: [PATCH] arm64: defconfig: enable XSPHY driver
Posted by Nícolas F. R. A. Prado 3 months ago
On Mon, 2025-07-07 at 16:28 +0200, Nicolas Frattaroli wrote:
> The mediatek XSPHY driver is required on mt8196 for working USB
> support.
> Enable it in the defconfig.
> 
> Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>

Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>

-- 
Thanks,

Nícolas
Re: [PATCH] arm64: defconfig: enable XSPHY driver
Posted by AngeloGioacchino Del Regno 3 months ago
Il 07/07/25 16:28, Nicolas Frattaroli ha scritto:
> The mediatek XSPHY driver is required on mt8196 for working USB support.
> Enable it in the defconfig.
> 
> Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>

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