mbox series

[v2,0/2] Add support for Amlogic C3 PWM

Message ID 20240914-c3-pwm-v2-0-ac1f34c68ac2@amlogic.com (mailing list archive)
Headers show
Series Add support for Amlogic C3 PWM | expand

Message

Kelvin Zhang via B4 Relay Sept. 14, 2024, 5:48 a.m. UTC
Add support for Amlogic C3 PWM, including the DT binding document and DTS.

Signed-off-by: Kelvin Zhang <kelvin.zhang@amlogic.com>
---
Changes in v2:
- Rebase this patchset due to recent upstream changes.
- Link to v1: https://lore.kernel.org/r/20240906-c3-pwm-v1-0-acaf17fad247@amlogic.com

---
Kelvin Zhang (2):
      dt-bindings: pwm: amlogic: Document C3 PWM
      arm64: dts: amlogic: Add Amlogic C3 PWM

 .../devicetree/bindings/pwm/pwm-amlogic.yaml       |   1 +
 arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi        | 364 +++++++++++++++++++++
 2 files changed, 365 insertions(+)
---
base-commit: 5acd9952f95fb4b7da6d09a3be39195a80845eb6
change-id: 20240906-c3-pwm-d17072517826

Best regards,