Re: [PATCH v3 4/8] dt-bindings: phy: Convert Calxeda ComboPHY binding to json-schema

From: Rob Herring
Date: Sun May 03 2020 - 11:55:38 EST


On Thu, 30 Apr 2020 22:10:50 +0100, Andre Przywara wrote:
> Convert the Calxeda ComboPHY binding to DT schema format using
> json-schema.
> There is no driver in the Linux kernel matching the compatible
> string, but the nodes are parsed by the SATA driver, which links to them
> using its port-phys property.
>
> Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx>
> ---
> .../bindings/phy/calxeda-combophy.txt | 17 -------
> .../bindings/phy/calxeda-combophy.yaml | 51 +++++++++++++++++++
> 2 files changed, 51 insertions(+), 17 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/phy/calxeda-combophy.txt
> create mode 100644 Documentation/devicetree/bindings/phy/calxeda-combophy.yaml
>

Applied, thanks.

Rob