Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Xu Yang and committed by
Greg Kroah-Hartman
4a9fe2a8 814ab264

+5 -1
+5 -1
Documentation/devicetree/bindings/usb/fsl,imx8mp-dwc3.yaml
··· 12 12 13 13 properties: 14 14 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 16 20 17 21 reg: 18 22 items: