dt-bindings: usb: dwc3-imx8mp: dma-range is required only for imx8mp

Only i.MX8MP need dma-range property to let USB controller work properly.
Remove dma-range from required list and add limitation for imx8mp.

Fixes: d2a704e297 ("dt-bindings: usb: dwc3-imx8mp: add imx8mp dwc3 glue bindings")
Cc: stable <stable@kernel.org>
Reviewed-by: Jun Li <jun.li@nxp.com>
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
pull/1354/merge
Xu Yang 2025-09-19 14:25:34 +08:00 committed by Greg Kroah-Hartman
parent 3a86608788
commit 268eb6fb90
1 changed files with 9 additions and 1 deletions

View File

@ -89,13 +89,21 @@ required:
- reg - reg
- "#address-cells" - "#address-cells"
- "#size-cells" - "#size-cells"
- dma-ranges
- ranges - ranges
- clocks - clocks
- clock-names - clock-names
- interrupts - interrupts
- power-domains - power-domains
allOf:
- if:
properties:
compatible:
const: fsl,imx8mp-dwc3
then:
required:
- dma-ranges
additionalProperties: false additionalProperties: false
examples: examples: