Commit 3754c41c authored by Peng Fan's avatar Peng Fan Committed by Greg Kroah-Hartman

dt-bindings: usb: snps,dwc3: support i.MX8MQ

i.MX8MQ use Synopsys DesignWare USB3 Controller IP, so add the
compatible.
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230203014526.1461386-1-peng.fan@oss.nxp.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7d1a898f
......@@ -30,11 +30,13 @@ allOf:
properties:
compatible:
contains:
oneOf:
- const: snps,dwc3
- const: synopsys,dwc3
deprecated: true
oneOf:
- items:
- const: fsl,imx8mq-dwc3
- const: snps,dwc3
- const: snps,dwc3
- const: synopsys,dwc3
deprecated: true
reg:
maxItems: 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment