From 8ef5d561212be86a2c68e1189e48bdfa3cdd6f5e Mon Sep 17 00:00:00 2001 From: Mathew McBride Date: Wed, 29 May 2024 09:04:13 +1000 Subject: [PATCH] armsr: armv8: enable NXP i.MX8MQ/P USB phy Support for 'fsl,imx8mq-usb-phy' is needed for USB to work on NXP i.MX8MQ and i.MX8MP platforms. Tested with a Google Coral "Phanbell" board. Signed-off-by: Mathew McBride --- target/linux/armsr/armv8/config-6.6 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/armsr/armv8/config-6.6 b/target/linux/armsr/armv8/config-6.6 index 720af27da6..3ce25c60d8 100644 --- a/target/linux/armsr/armv8/config-6.6 +++ b/target/linux/armsr/armv8/config-6.6 @@ -530,6 +530,7 @@ CONFIG_PHY_BCM_SR_PCIE=y CONFIG_PHY_BCM_SR_USB=y CONFIG_PHY_BRCM_SATA=y CONFIG_PHY_BRCM_USB=y +CONFIG_PHY_FSL_IMX8MQ_USB=y CONFIG_PHY_FSL_IMX8M_PCIE=y # CONFIG_PHY_FSL_LYNX_28G is not set CONFIG_PHY_HI3660_USB=y -- 2.30.2