Re: [PATCH v2 1/3] dt-bindings: display: amlogic,meson-dw-hdmi: convert to yaml

From: Rob Herring
Date: Tue Aug 06 2019 - 11:06:52 EST


On Tue, Aug 6, 2019 at 6:44 AM Neil Armstrong <narmstrong@xxxxxxxxxxxx> wrote:
>
> Now that we have the DT validation in place, let's convert the device tree
> bindings for the Amlogic Synopsys DW-HDMI specifics over to YAML schemas.
>
> The original example and usage of clock-names uses a reversed "isfr"
> and "iahb" clock-names, the rewritten YAML bindings uses the reversed
> instead of fixing the device trees order.
>
> The #sound-dai-cells optional property has been added to match this node
> as a sound dai.
>
> The port connection table has been dropped in favor of a description
> of each port.
>
> Signed-off-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
> ---
> .../display/amlogic,meson-dw-hdmi.txt | 119 --------------
> .../display/amlogic,meson-dw-hdmi.yaml | 150 ++++++++++++++++++
> 2 files changed, 150 insertions(+), 119 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
> create mode 100644 Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>