Re: [RFC PATCH 1/2] dt-bindings: phy: convert phy-rockchip-inno-usb2 bindings to yaml

From: Rob Herring
Date: Thu Mar 19 2020 - 13:13:13 EST


On Wed, 18 Mar 2020 20:29:00 +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.
>
> Changed:
> Removed unused "rockchip,rk3366-usb2phy" support.
> Replaced example with something that has SoC support
> in the kernel.
>
> Signed-off-by: Johan Jonker <jbx6244@xxxxxxxxx>
> ---
> .../bindings/phy/phy-rockchip-inno-usb2.txt | 81 -----------
> .../bindings/phy/phy-rockchip-inno-usb2.yaml | 149 +++++++++++++++++++++
> 2 files changed, 149 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
>

My bot found errors running 'make dt_binding_check' on your patch:

/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.example.dt.yaml: usb2-phy@e450: '#phy-cells' is a required property

See https://patchwork.ozlabs.org/patch/1257721
Please check and re-submit.