mbox series

[v1,0/2] pwm-mediatek: Convert to schema and fixes

Message ID 20221128112028.58021-1-angelogioacchino.delregno@collabora.com
Headers show
Series pwm-mediatek: Convert to schema and fixes | expand

Message

AngeloGioacchino Del Regno Nov. 28, 2022, 11:20 a.m. UTC
This series converts pwm-mediatek.txt to schema and fixes
mt7622.dtsi to declare the needed #pwm-cells on the pwm node,
required to not trigger a dtbs_check warning... and to make
that node actually usable.

AngeloGioacchino Del Regno (2):
  arm64: dts: mediatek: mt7622: Add missing pwm-cells to pwm node
  dt-bindings: pwm: mediatek: Convert pwm-mediatek to dt schema

 .../bindings/pwm/mediatek,mt2712-pwm.yaml     | 93 +++++++++++++++++++
 .../devicetree/bindings/pwm/pwm-mediatek.txt  | 52 -----------
 arch/arm64/boot/dts/mediatek/mt7622.dtsi      |  1 +
 3 files changed, 94 insertions(+), 52 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
 delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-mediatek.txt

Comments

Thierry Reding Jan. 30, 2023, 3:46 p.m. UTC | #1
On Mon, 28 Nov 2022 12:20:26 +0100, AngeloGioacchino Del Regno wrote:
> This series converts pwm-mediatek.txt to schema and fixes
> mt7622.dtsi to declare the needed #pwm-cells on the pwm node,
> required to not trigger a dtbs_check warning... and to make
> that node actually usable.
> 
> AngeloGioacchino Del Regno (2):
>   arm64: dts: mediatek: mt7622: Add missing pwm-cells to pwm node
>   dt-bindings: pwm: mediatek: Convert pwm-mediatek to dt schema
> 
> [...]

Applied, thanks!

[2/2] dt-bindings: pwm: mediatek: Convert pwm-mediatek to dt schema
      (no commit info)

Best regards,