2023-07-06 15:15:58

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH v3 0/3] 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']

Signed-off-by: Neil Armstrong <[email protected]>
---
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,
--
Neil Armstrong <[email protected]>



2023-08-04 14:06:56

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH v3 0/3] dt-bindings: second batch of dt-schema conversions for Amlogic Meson bindings

Hi Jerome,

On 06/07/2023 16:52, Neil Armstrong wrote:
> Batch conversion of the following bindings:
> - amlogic,gxbb-clkc.txt
> - amlogic,gxbb-aoclkc.txt
>

<snip>

>
> ---
> 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

Do you plan to take patches 1 & 2 ?

If you can, it would be simpler if you could take patch 3 in the same batch.

Thanks,
Neil

> 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,


2023-08-08 18:17:21

by Jerome Brunet

[permalink] [raw]
Subject: Re: [PATCH v3 0/3] dt-bindings: second batch of dt-schema conversions for Amlogic Meson bindings


On Fri 04 Aug 2023 at 15:35, Neil Armstrong <[email protected]> wrote:

> Hi Jerome,
>
> On 06/07/2023 16:52, Neil Armstrong wrote:
>> Batch conversion of the following bindings:
>> - amlogic,gxbb-clkc.txt
>> - amlogic,gxbb-aoclkc.txt
>>
>
> <snip>
>
>> ---
>> 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
>
> Do you plan to take patches 1 & 2 ?
>
> If you can, it would be simpler if you could take patch 3 in the same batch.
>
> Thanks,
> Neil

Applied all 3 - fixing the checkpatch on patch 2

>
>> 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,