summaryrefslogtreecommitdiff
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2021-08-09 19:08:15 +0800
committerYe Li <ye.li@nxp.com>2022-04-06 18:04:54 +0800
commit092858a62aa7f6745b9605b4e7c447738a96e2cc (patch)
tree9adb8b7876b6b6edc171a6a56d4c017b3af4407f /arch/arm/dts
parent427d05f3fba2500c3c90773e43003e0f67c0dc7c (diff)
LF-4276 arm: dts: imx8mq: add the dwc3 fallback compatible
Add the dwc3 fallback compatible to make distro could recognize usb controller Reviewed-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit d3439c324d50de8ff00d2dfcb71a059fc367c9a8)
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/imx8mq.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/imx8mq.dtsi b/arch/arm/dts/imx8mq.dtsi
index c515f21825..02f1818724 100644
--- a/arch/arm/dts/imx8mq.dtsi
+++ b/arch/arm/dts/imx8mq.dtsi
@@ -1385,7 +1385,7 @@
};
usb_dwc3_0: usb@38100000 {
- compatible = "fsl,imx8mq-dwc3";
+ compatible = "fsl,imx8mq-dwc3", "snps,dwc3";
reg = <0x38100000 0x10000>;
clocks = <&clk IMX8MQ_CLK_USB1_CTRL_ROOT>,
<&clk IMX8MQ_CLK_USB_CORE_REF>,
@@ -1418,7 +1418,7 @@
};
usb_dwc3_1: usb@38200000 {
- compatible = "fsl,imx8mq-dwc3";
+ compatible = "fsl,imx8mq-dwc3", "snps,dwc3";
reg = <0x38200000 0x10000>;
clocks = <&clk IMX8MQ_CLK_USB2_CTRL_ROOT>,
<&clk IMX8MQ_CLK_USB_CORE_REF>,