On 22/03/2023 13:56, Peng Fan (OSS) wrote: > From: Peng Fan <peng.fan@xxxxxxx> > > The previous i.MX8MQ support breaks rockchip,dwc3 support, > so use select to restrict i.MX8MQ support and avoid break others. > > Fixes: 3754c41c7686 ("dt-bindings: usb: snps,dwc3: support i.MX8MQ") > Signed-off-by: Peng Fan <peng.fan@xxxxxxx> > --- > > V2: > Add a new yaml file for i.MX8MQ DWC3. I am not sure whether this is right, > still meet dtbs error: > arch/arm64/boot/dts/freescale/imx8mq-kontron-pitx-imx8m.dtb: usb@38100000: > Unevaluated properties are not allowed ('phys', 'phy-names', 'maximum-speed' > were unexpected) > But there is already ref to snps,dwc3.yaml and dwc3 yaml ref to usb-x.yaml Because your DTS has invalid properties, like usb3-resume-missing-cas and others. Drop all properties which are not allowed by snps,dwc3.yaml. Best regards, Krzysztof