On Sat, 29 Jan 2022 20:36:46 +0100, Krzysztof Kozlowski wrote: > Convert the Samsung Exynos USB 3.0 DRD PHY bindings to DT schema format. > > Except the conversion, add also vbus-supply and vbus-boost-supply > properties which were already used by the driver and DTS. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> > --- > .../bindings/phy/samsung,usb3-drd-phy.yaml | 126 ++++++++++++++++++ > .../devicetree/bindings/phy/samsung-phy.txt | 53 -------- > 2 files changed, 126 insertions(+), 53 deletions(-) > create mode 100644 Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml > delete mode 100644 Documentation/devicetree/bindings/phy/samsung-phy.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>