On Mon, 9 Dec 2019 10:33:40 +0100, Maxime Ripard wrote: > The Allwinner SoCs have a USB PHY controller that is supported in Linux, > with a matching Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > > --- > > Changes from v1: > - Split the schemas into files of their own to make it more readable > --- > .../phy/allwinner,sun4i-a10-usb-phy.yaml | 105 ++++++++++++++ > .../phy/allwinner,sun50i-a64-usb-phy.yaml | 106 ++++++++++++++ > .../phy/allwinner,sun50i-h6-usb-phy.yaml | 105 ++++++++++++++ > .../phy/allwinner,sun5i-a13-usb-phy.yaml | 93 ++++++++++++ > .../phy/allwinner,sun6i-a31-usb-phy.yaml | 119 +++++++++++++++ > .../phy/allwinner,sun8i-a23-usb-phy.yaml | 102 +++++++++++++ > .../phy/allwinner,sun8i-a83t-usb-phy.yaml | 122 ++++++++++++++++ > .../phy/allwinner,sun8i-h3-usb-phy.yaml | 137 ++++++++++++++++++ > .../phy/allwinner,sun8i-r40-usb-phy.yaml | 119 +++++++++++++++ > .../phy/allwinner,sun8i-v3s-usb-phy.yaml | 86 +++++++++++ > .../devicetree/bindings/phy/sun4i-usb-phy.txt | 68 --------- > 11 files changed, 1094 insertions(+), 68 deletions(-) > create mode 100644 Documentation/devicetree/bindings/phy/allwinner,sun4i-a10-usb-phy.yaml > create mode 100644 Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml > create mode 100644 Documentation/devicetree/bindings/phy/allwinner,sun50i-h6-usb-phy.yaml > create mode 100644 Documentation/devicetree/bindings/phy/allwinner,sun5i-a13-usb-phy.yaml > create mode 100644 Documentation/devicetree/bindings/phy/allwinner,sun6i-a31-usb-phy.yaml > create mode 100644 Documentation/devicetree/bindings/phy/allwinner,sun8i-a23-usb-phy.yaml > create mode 100644 Documentation/devicetree/bindings/phy/allwinner,sun8i-a83t-usb-phy.yaml > create mode 100644 Documentation/devicetree/bindings/phy/allwinner,sun8i-h3-usb-phy.yaml > create mode 100644 Documentation/devicetree/bindings/phy/allwinner,sun8i-r40-usb-phy.yaml > create mode 100644 Documentation/devicetree/bindings/phy/allwinner,sun8i-v3s-usb-phy.yaml > delete mode 100644 Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt > Applied, thanks. Rob