mbox series

[0/3] pwm: Add support for Amlogic Meson G12A

Message ID 20190412092337.6941-1-narmstrong@baylibre.com (mailing list archive)
Headers show
Series pwm: Add support for Amlogic Meson G12A | expand

Message

Neil Armstrong April 12, 2019, 9:23 a.m. UTC
This adds support for the PWM modules on the Amlogic Meson G12A SoC
family, including bindings changes and DT nodes.

Neil Armstrong (3):
  dt-bindings: pwm: Update bindings for the Meson G12A Family
  pwm: meson: Add clock source configuration for Meson G12A
  arm64: dts: meson-g12a: Add PWM nodes

 .../devicetree/bindings/pwm/pwm-meson.txt     |   2 +
 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi   | 179 ++++++++++++++++++
 drivers/pwm/pwm-meson.c                       |  17 ++
 3 files changed, 198 insertions(+)