On Tue, Aug 6, 2019 at 6:44 AM Neil Armstrong narmstrong@baylibre.com 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@baylibre.com
.../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@kernel.org