diff options
| author | Mathew McBride | 2024-05-28 23:04:13 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-06-23 14:15:28 +0000 |
| commit | 8ef5d561212be86a2c68e1189e48bdfa3cdd6f5e (patch) | |
| tree | e445431c48790b289281ee98ad8fcac1ce1be012 | |
| parent | ea7383e7215c36e47a769f34c57aa458300b8bc2 (diff) | |
| download | openwrt-8ef5d561212be86a2c68e1189e48bdfa3cdd6f5e.tar.gz | |
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@traverse.com.au>
| -rw-r--r-- | target/linux/armsr/armv8/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |