diff options
| author | Xu Yang <xu.yang_2@nxp.com> | 2024-09-11 14:17:17 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-04 15:18:07 +0200 |
| commit | 4a9fe2a8ac53cc06e53b6e6aff2ca25991d378af (patch) | |
| tree | 4923f9db66d10502429f81199c0bcf3c5801c25a | |
| parent | dt-bindings: phy: imx8mq-usb: add compatible "fsl,imx95-usb-phy" (diff) | |
| download | linux-4a9fe2a8ac53cc06e53b6e6aff2ca25991d378af.tar.gz linux-4a9fe2a8ac53cc06e53b6e6aff2ca25991d378af.zip | |
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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Link: https://lore.kernel.org/r/20240911061720.495606-2-xu.yang_2@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | Documentation/devicetree/bindings/usb/fsl,imx8mp-dwc3.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
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: |
