Skip to content

Commit 4a9fe2a

Browse files
Xu Yanggregkh
authored andcommitted
dt-bindings: usb: dwc3-imx8mp: add compatible string for imx95
The i.MX95 is compatible with i.MX8MP's usb controller. This will add a compatible string "fsl,imx95-dwc3" for i.MX95. Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Xu Yang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 814ab26 commit 4a9fe2a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/devicetree/bindings/usb/fsl,imx8mp-dwc3.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ maintainers:
1212

1313
properties:
1414
compatible:
15-
const: fsl,imx8mp-dwc3
15+
oneOf:
16+
- items:
17+
- const: fsl,imx95-dwc3
18+
- const: fsl,imx8mp-dwc3
19+
- const: fsl,imx8mp-dwc3
1620

1721
reg:
1822
items:

0 commit comments

Comments
 (0)