On Mon, 06 Dec 2021 21:57:01 +0530, Manish Narani wrote: > Convert USB DWC3 bindings to DT schema format using json-schema. > > Signed-off-by: Manish Narani <manish.narani@xxxxxxxxxx> > --- > Changes in v2: > - Updated the schema with missing phy and phy-names properties > - Updated the interrupt-names property to resolve dtbs_check warnings > --- > .../devicetree/bindings/usb/dwc3-xilinx.txt | 56 --------- > .../devicetree/bindings/usb/dwc3-xilinx.yaml | 131 +++++++++++++++++++++ > 2 files changed, 131 insertions(+), 56 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/usb/dwc3-xilinx.txt > create mode 100644 Documentation/devicetree/bindings/usb/dwc3-xilinx.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>