mbox series

[0/4] soc: amlogic: switch bindings to yaml and adjust some dtbs's

Message ID 8df4ceec-663c-dc68-d775-5caeb02c0cca@gmail.com
Headers show
Series soc: amlogic: switch bindings to yaml and adjust some dtbs's | expand

Message

Heiner Kallweit Feb. 1, 2023, 7:57 p.m. UTC
Switch two Amlogic Meson bindings to yaml. As prerequisite adjust the
order of some compatibles first.

New versions of the bindings have been submitted as individual
patches in between. Put it into a series again.

Heiner Kallweit (4):
  arm: dts: meson: adjust order of some compatibles
  arm64: dts: meson: adjust order of some compatibles
  dt-bindings: pwm: Convert Amlogic Meson PWM binding
  dt-bindings: interrupt-controller: Convert Amlogic Meson GPIO
    interrupt controller binding

 .../amlogic,meson-gpio-intc.txt               | 38 ----------
 .../amlogic,meson-gpio-intc.yaml              | 72 +++++++++++++++++++
 .../devicetree/bindings/pwm/pwm-amlogic.yaml  | 70 ++++++++++++++++++
 .../devicetree/bindings/pwm/pwm-meson.txt     | 29 --------
 arch/arm/boot/dts/meson8b.dtsi                |  4 +-
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi   |  4 +-
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi    |  4 +-
 7 files changed, 148 insertions(+), 73 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.txt
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.yaml
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml
 delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-meson.txt

Comments

Neil Armstrong Feb. 7, 2023, 8:07 a.m. UTC | #1
Hi,

On 06/02/2023 09:23, Uwe Kleine-König wrote:
> Hello,
> 
> On Wed, Feb 01, 2023 at 09:00:21PM +0100, Heiner Kallweit wrote:
>> Convert Amlogic Meson PWM binding to yaml.
>>
>> Reviewed-by: Rob Herring <robh+dt@kernel.org>
>> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
> 
> How is supposed to pick up this patch? Does it go in together with the
> other patches in this series via amlogic/arm; or is there an expectation
> that it enters via PWM?

I expect Thierry to pick it, if he can't I can take with his ack.

Neil

> 
> Best regards
> Uwe
>