Re: [PATCH v2 16/18] phy: dt-bindings: Convert Cadence DPHY binding to YAML
From: Rob Herring <robh@kernel.org>
Date: 2021-06-02 19:51:45
Also in:
dmaengine, linux-media, linux-phy, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-06-02 19:51:45
Also in:
dmaengine, linux-media, linux-phy, lkml
On Wed, 26 May 2021 20:53:06 +0530, Pratyush Yadav wrote:
Convert Cadence DPHY binding to YAML. Signed-off-by: Pratyush Yadav <redacted> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- Changes in v2: - Drop reg description. - Add a description for each DPHY clock. - Rename dphy@... to phy@... in example. - Add Laurent's R-by. - Re-order subject prefixes. .../devicetree/bindings/phy/cdns,dphy.txt | 20 -------- .../devicetree/bindings/phy/cdns,dphy.yaml | 51 +++++++++++++++++++ 2 files changed, 51 insertions(+), 20 deletions(-) delete mode 100644 Documentation/devicetree/bindings/phy/cdns,dphy.txt create mode 100644 Documentation/devicetree/bindings/phy/cdns,dphy.yaml
Reviewed-by: Rob Herring <robh@kernel.org>