dt-bindings: second batch of dt-schema conversions for Amlogic Meson bindings Batch conversion of the following bindings: - amlogic,gxbb-clkc.txt - amlogic,gxbb-aoclkc.txt And in addition document the System Control registers top node. DT fixups will be posted once those conversion are fully reviewed. With this serie, the in-review and applied bindings documentation, the the following arm64 compatible are yet to be documented in dt-schema: ['amlogic,axg-audio-clkc'] ['amlogic,g12a-audio-clkc'] ['amlogic,sm1-audio-clkc'] ['amlogic,g12a-tohdmitx'] ['amlogic,sm1-tohdmitx', 'amlogic,g12a-tohdmitx'] ['everest,es7154'] ['everest,es7241'] ['ti,tas5707'] ['linux,spdif-dir'] To: Jerome Brunet <jbrunet@baylibre.com> To: Michael Turquette <mturquette@baylibre.com> To: Stephen Boyd <sboyd@kernel.org> To: Rob Herring <robh+dt@kernel.org> To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> To: Conor Dooley <conor+dt@kernel.org> To: Kevin Hilman <khilman@baylibre.com> To: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Cc: linux-amlogic@lists.infradead.org Cc: linux-clk@vger.kernel.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- Changes in v3: - Added review tags - Switched to maxItems in allOf:if and moved clk-names items to main properties - Link to v2: https://lore.kernel.org/r/20230705-b4-amlogic-bindings-convert-take2-v2-0-22be915ddc3b@linaro.org Changes in v2: - rebased on next-20230705 - dropped applied patches - dropped example in clk bindings - fixed clk bindings - fixed sysctrl bindings and moved patch to the end - Link to v1: https://lore.kernel.org/r/20230209-b4-amlogic-bindings-convert-take2-v1-0-c4fe9049def9@linaro.org --- Neil Armstrong (3): dt-bindings: clock: amlogic: convert amlogic,gxbb-clkc.txt to dt-schema dt-bindings: clock: amlogic: convert amlogic,gxbb-aoclkc.txt to dt-schema dt-bindings: soc: amlogic: document System Control registers .../bindings/clock/amlogic,gxbb-aoclkc.txt | 64 --------- .../bindings/clock/amlogic,gxbb-aoclkc.yaml | 85 +++++++++++ .../bindings/clock/amlogic,gxbb-clkc.txt | 53 ------- .../bindings/clock/amlogic,gxbb-clkc.yaml | 37 +++++ .../soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml | 160 +++++++++++++++++++++ 5 files changed, 282 insertions(+), 117 deletions(-) --- base-commit: e1f6a8eaf1c271a0158114a03e3605f4fba059ad change-id: 20230209-b4-amlogic-bindings-convert-take2-e2caf8e1c13f Best regards,