On Thu, 30 Dec 2021 01:07:40 +0100, David Heidelberg wrote: > Conversion of Qualcomm USB HS phy documentation to yaml. > > Signed-off-by: David Heidelberg <david@xxxxxxx> > --- > v2: > - changed uint8 array to matrix > - improved clock-names check > - move reset-names items, adjust DTS files later > - added clocks and resets min and maxItems > - if'ed resets, since apq8064 doesn't have phy reset > --- > .../bindings/phy/qcom,usb-hs-phy.txt | 84 -------------- > .../bindings/phy/qcom,usb-hs-phy.yaml | 108 ++++++++++++++++++ > 2 files changed, 108 insertions(+), 84 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.txt > create mode 100644 Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>