[openwrt/openwrt] armsr: armv8: enable NXP i.MX8MQ/P USB phy

LEDE Commits lede-commits at lists.infradead.org
Sun Jun 23 07:16:42 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8ef5d561212be86a2c68e1189e48bdfa3cdd6f5e

commit 8ef5d561212be86a2c68e1189e48bdfa3cdd6f5e
Author: Mathew McBride <matt at traverse.com.au>
AuthorDate: Wed May 29 09:04:13 2024 +1000

    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 <matt at traverse.com.au>
---
 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




More information about the lede-commits mailing list