On Wed, 22 Mar 2023 13:24:56 +0800, Peng Fan (OSS) wrote: > From: Peng Fan <peng.fan@xxxxxxx> > > Convert the binding to DT schema format. To fix the dtbs_check > error, some properties were also added, such as nvidia,phy, reset-names > ulpi; missing compatibles are added. > > Signed-off-by: Peng Fan <peng.fan@xxxxxxx> > --- > .../devicetree/bindings/usb/ci-hdrc-usb2.txt | 159 ------- > .../devicetree/bindings/usb/ci-hdrc-usb2.yaml | 447 ++++++++++++++++++ > 2 files changed, 447 insertions(+), 159 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt > create mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>