mbox series

[v3,0/2] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema

Message ID 20210601054402.2223-1-lokeshvutla@ti.com
Headers show
Series dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema | expand

Message

Lokesh Vutla June 1, 2021, 5:44 a.m. UTC
This series:
- converts tiehrpwn to DT schema format using json-schema
- Add new compatible for AM64 SoC.

Changes since v2 (https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=489981):
- Dropped DT changes from this series.

Changes since v1:
- Updated the am64 compatible to ti,am64-epwm as High resolution is not
  supported.

Lokesh Vutla (2):
  dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema
  dt-bindings: pwm: pwm-tiehrpwm: Add compatible string for AM64 SoC

 .../devicetree/bindings/pwm/pwm-tiehrpwm.txt  | 50 --------------
 .../devicetree/bindings/pwm/pwm-tiehrpwm.yaml | 65 +++++++++++++++++++
 2 files changed, 65 insertions(+), 50 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml

Comments

Thierry Reding June 4, 2021, 9:48 a.m. UTC | #1
On Tue, 1 Jun 2021 11:14:00 +0530, Lokesh Vutla wrote:
> This series:
> - converts tiehrpwn to DT schema format using json-schema
> - Add new compatible for AM64 SoC.
> 
> Changes since v2 (https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=489981):
> - Dropped DT changes from this series.
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema
      commit: 2ba4597d932b45b25bc2e6604c1dbbb08e444cb7
[2/2] dt-bindings: pwm: pwm-tiehrpwm: Add compatible string for AM64 SoC
      commit: d233504af7db9f4ddbbc4b04513d5ca657e7ae1f

Best regards,