mbox series

[PATCHv3,0/6] RK3588 Power Domain Support

Message ID 20220906143825.199089-1-sebastian.reichel@collabora.com (mailing list archive)
Headers show
Series RK3588 Power Domain Support | expand

Message

Sebastian Reichel Sept. 6, 2022, 2:38 p.m. UTC
Hi,

This adds power domain support for the new RK3588(s) SoC
series. The series has been tested with ethernet on the
RK3588 EVB1 board.

Changes since PATCHv2:
 * https://lore.kernel.org/all/20220831182629.79255-1-sebastian.reichel@collabora.com/
   (Note: I accidently send PATCHv2 with an incorrect patch version)
 * Change license of DT header after message from Finley Xiao (Thanks!)
 * Add Lee Jones to Cc list for the MFD DT binding
 * Collected further Acked-by for DT bindings

Changes since PATCHv1:
 * https://lore.kernel.org/all/20220623162309.243766-1-sebastian.reichel@collabora.com/
 * Rebased to v6.0-rc1
 * Fixed typos when referencing rk3588
 * Collected Acked-by for the DT binding

-- Sebastian

Elaine Zhang (1):
  soc: rockchip: power-domain: do not enable PD

Finley Xiao (2):
  dt-bindings: add power-domain header for rk3588
  soc: rockchip: power-domain: add power domain support for rk3588

Sebastian Reichel (3):
  dt-bindings: arm: rockchip: add rk5388 compatible string to pmu.yaml
  dt-bindings: power: rockchip: Add bindings for rk3588
  dt-bindings: mfd: syscon: Add rk3588 QoS register compatible

 .../devicetree/bindings/arm/rockchip/pmu.yaml |   2 +
 .../devicetree/bindings/mfd/syscon.yaml       |   1 +
 .../power/rockchip,power-controller.yaml      |   2 +
 drivers/soc/rockchip/pm_domains.c             | 101 +++++++++++++++---
 include/dt-bindings/power/rk3588-power.h      |  69 ++++++++++++
 5 files changed, 162 insertions(+), 13 deletions(-)
 create mode 100644 include/dt-bindings/power/rk3588-power.h

Comments

Heiko Stuebner Sept. 9, 2022, 6:33 p.m. UTC | #1
On Tue, 6 Sep 2022 16:38:19 +0200, Sebastian Reichel wrote:
> This adds power domain support for the new RK3588(s) SoC
> series. The series has been tested with ethernet on the
> RK3588 EVB1 board.
> 
> Changes since PATCHv2:
>  * https://lore.kernel.org/all/20220831182629.79255-1-sebastian.reichel@collabora.com/
>    (Note: I accidently send PATCHv2 with an incorrect patch version)
>  * Change license of DT header after message from Finley Xiao (Thanks!)
>  * Add Lee Jones to Cc list for the MFD DT binding
>  * Collected further Acked-by for DT bindings
> 
> [...]

Applied, thanks!

[1/6] dt-bindings: arm: rockchip: add rk5388 compatible string to pmu.yaml
      commit: aa8414fffd9892a81de76d4bb91c70149a005769
[2/6] dt-bindings: add power-domain header for rk3588
      commit: 67944950c2d0bdb7cfc8855f1d9b44fc4ef51510
[3/6] dt-bindings: power: rockchip: Add bindings for rk3588
      commit: 167bbadee8c2aa53d56a2466bddd98c8c0aaf846
[5/6] soc: rockchip: power-domain: do not enable PD
      commit: 47bceb7cda6a78b3735694790e70f5cdc254058e
[6/6] soc: rockchip: power-domain: add power domain support for rk3588
      commit: 6541b424ce1dda616d3946e839f015c984df7a99

Best regards,