mbox series

[v2,0/2] ARM: dts: sun8i: v3s: add pwm controller to v3s dts

Message ID 20210513203527.2072090-1-t.schramm@manjaro.org (mailing list archive)
Headers show
Series ARM: dts: sun8i: v3s: add pwm controller to v3s dts | expand

Message

Tobias Schramm May 13, 2021, 8:35 p.m. UTC
This patchset adds the pwm controller to the Allwinner V3s dts. The PWM
controller is compatible with the one found in the Allwinner A20.

This is v2 of this patchset.

Cheers,
Tobias

Changelog:
 - v2: add compatible for pwm controller of the V3s SoC

Tobias Schramm (2):
  dt-bindings: pwm: allwinner: add v3s pwm compatible
  ARM: dts: sun8i: v3s: add pwm controller to v3s dts

 .../devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.yaml | 3 +++
 arch/arm/boot/dts/sun8i-v3s.dtsi                         | 9 +++++++++
 2 files changed, 12 insertions(+)

Comments

Maxime Ripard May 18, 2021, 2:41 p.m. UTC | #1
On Thu, May 13, 2021 at 10:35:25PM +0200, Tobias Schramm wrote:
> This patchset adds the pwm controller to the Allwinner V3s dts. The PWM
> controller is compatible with the one found in the Allwinner A20.
> 
> This is v2 of this patchset.

Applied both, thanks
Maxime