mbox series

[0/5] Add PWM support for MT8183 EVB

Message ID 20201019140705.1518822-1-fparent@baylibre.com (mailing list archive)
Headers show
Series Add PWM support for MT8183 EVB | expand

Message

Fabien Parent Oct. 19, 2020, 2:07 p.m. UTC
This patch series adds PWM to MT8183 EVB. MT8183 has 4 PWM channels.

Fabien Parent (5):
  dt-bindings: pwm: pwm-mediatek: Add documentation for MT8183 SoC
  pwm: pwm-mediatek: always use bus clock
  pwm: pwm-mediatek: Add MT8183 SoC support
  arm64: dts: mediatek: mt8183: add pwm node
  arm64: dts: mediatek: mt8183-evb: add PWM support

 .../devicetree/bindings/pwm/pwm-mediatek.txt  |  1 +
 arch/arm64/boot/dts/mediatek/mt8183-evb.dts   | 12 ++++++++++++
 arch/arm64/boot/dts/mediatek/mt8183.dtsi      | 14 ++++++++++++++
 drivers/pwm/pwm-mediatek.c                    | 19 +++++++++++++++++++
 4 files changed, 46 insertions(+)

Comments

Thierry Reding Nov. 11, 2020, 8:27 p.m. UTC | #1
On Mon, Oct 19, 2020 at 04:07:00PM +0200, Fabien Parent wrote:
> This patch series adds PWM to MT8183 EVB. MT8183 has 4 PWM channels.
> 
> Fabien Parent (5):
>   dt-bindings: pwm: pwm-mediatek: Add documentation for MT8183 SoC
>   pwm: pwm-mediatek: always use bus clock
>   pwm: pwm-mediatek: Add MT8183 SoC support

Applied these three patches, thanks.

Thierry