mbox series

[v2,0/3] Rockchip Timer DT binding YAML conversion

Message ID 20210506111136.3941-1-ezequiel@collabora.com (mailing list archive)
Headers show
Series Rockchip Timer DT binding YAML conversion | expand

Message

Ezequiel Garcia May 6, 2021, 11:11 a.m. UTC
Changes from v1:
* Fix the order of clock specifiers.

Ezequiel Garcia (3):
  arm64: dts: rockchip: add timer0 clocks on rk3368
  arm: dts: rockchip: Fix the timer clocks order
  dt-bindings: timer: convert rockchip,rk-timer.txt to YAML

 .../bindings/timer/rockchip,rk-timer.txt      | 27 --------
 .../bindings/timer/rockchip,rk-timer.yaml     | 64 +++++++++++++++++++
 arch/arm/boot/dts/rk3188.dtsi                 |  8 +--
 arch/arm/boot/dts/rk3288.dtsi                 |  4 +-
 arch/arm64/boot/dts/rockchip/rk3368.dtsi      |  2 +
 5 files changed, 72 insertions(+), 33 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/timer/rockchip,rk-timer.txt
 create mode 100644 Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml

Comments

Heiko Stübner May 9, 2021, 11:55 p.m. UTC | #1
On Thu, 6 May 2021 08:11:33 -0300, Ezequiel Garcia wrote:
> Changes from v1:
> * Fix the order of clock specifiers.
> 
> Ezequiel Garcia (3):
>   arm64: dts: rockchip: add timer0 clocks on rk3368
>   arm: dts: rockchip: Fix the timer clocks order
>   dt-bindings: timer: convert rockchip,rk-timer.txt to YAML
> 
> [...]

Applied, thanks!

[1/3] arm64: dts: rockchip: add timer0 clocks on rk3368
      commit: 642593eec32571ff9288ddf3fa09792d3efb275f

Best regards,
Heiko Stübner May 10, 2021, 12:12 a.m. UTC | #2
On Thu, 6 May 2021 08:11:33 -0300, Ezequiel Garcia wrote:
> Changes from v1:
> * Fix the order of clock specifiers.
> 
> Ezequiel Garcia (3):
>   arm64: dts: rockchip: add timer0 clocks on rk3368
>   arm: dts: rockchip: Fix the timer clocks order
>   dt-bindings: timer: convert rockchip,rk-timer.txt to YAML
> 
> [...]

Applied, thanks!

[2/3] arm: dts: rockchip: Fix the timer clocks order
      commit: 7b46d674ac000b101fdad92cf16cc11d90b72f86

Best regards,