On Thu, 23 Mar 2023 11:55:30 +0800, 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> > --- > > V3: > Drop duplicated ones. with patch 2/2 there is no error anymore > V2: > Add a new yaml > > .../bindings/usb/fsl,imx8mq-dwc3.yaml | 48 +++++++++++++++++++ > .../devicetree/bindings/usb/snps,dwc3.yaml | 12 ++--- > 2 files changed, 53 insertions(+), 7 deletions(-) > create mode 100644 Documentation/devicetree/bindings/usb/fsl,imx8mq-dwc3.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>