On Wed, 25 Mar 2020 13:13:35 +0100, Johan Jonker wrote: > Current dts files for Rockchip with 'usb2-phy' subnodes > are manually verified. In order to automate this process > phy-rockchip-inno-usb2.txt has to be converted to yaml. > > Signed-off-by: Johan Jonker <jbx6244@xxxxxxxxx> > --- > Changes v3: > Replace oneOf by enum > Remove allOf phy-provider.yaml > Add "#phy-cells" > Add additionalProperties: false > > Changes v2: > Keep "rockchip,rk3366-usb2phy" support. > Add "#phy-cells" to example. > Add allOf phy-provider.yaml > --- > .../bindings/phy/phy-rockchip-inno-usb2.txt | 81 ----------- > .../bindings/phy/phy-rockchip-inno-usb2.yaml | 155 +++++++++++++++++++++ > 2 files changed, 155 insertions(+), 81 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.txt > create mode 100644 Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml > Applied, thanks. Rob