[PATCH v4 2/5] dt-bindings: usb: dwc3-imx8mp: add compatible string for imx95
Xu Yang
xu.yang_2 at nxp.com
Tue Sep 10 00:03:36 PDT 2024
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 <krzysztof.kozlowski at linaro.org>
Signed-off-by: Xu Yang <xu.yang_2 at nxp.com>
---
Changes in v2:
- add Ack-by tag
Changes in v3:
- no changes
Changes in v4:
- no changes
---
Documentation/devicetree/bindings/usb/fsl,imx8mp-dwc3.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/usb/fsl,imx8mp-dwc3.yaml b/Documentation/devicetree/bindings/usb/fsl,imx8mp-dwc3.yaml
index 9ea1e4cd0709..baf130669c38 100644
--- a/Documentation/devicetree/bindings/usb/fsl,imx8mp-dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/fsl,imx8mp-dwc3.yaml
@@ -12,7 +12,11 @@ maintainers:
properties:
compatible:
- const: fsl,imx8mp-dwc3
+ oneOf:
+ - items:
+ - const: fsl,imx95-dwc3
+ - const: fsl,imx8mp-dwc3
+ - const: fsl,imx8mp-dwc3
reg:
items:
--
2.34.1
More information about the linux-phy
mailing list