mbox series

[v2,0/3] Add regulators to Rock 5B's CPU big cores

Message ID 20230414125425.124994-1-cristian.ciocaltea@collabora.com (mailing list archive)
Headers show
Series Add regulators to Rock 5B's CPU big cores | expand

Message

Cristian Ciocaltea April 14, 2023, 12:54 p.m. UTC
The CPU big cores on the Rock 5B board are powered by the RK8602/RK8603
regulators. Since the support for those regulators has been recently 
merged via [1], add the necessary device tree nodes and bind them to 
the corresponding CPU nodes.

Additionally, provide a couple of unrelated DTS fixes/improvements.

[1] https://lore.kernel.org/lkml/20230406194158.963352-1-cristian.ciocaltea@collabora.com/

Changes in v2:
 - Extended PATCH 2/3 to handle rk3399-pinebook-pro, per Krzysztof's review
 - v1: https://lore.kernel.org/lkml/20230414093411.113787-1-cristian.ciocaltea@collabora.com/

Cristian Ciocaltea (3):
  arm64: dts: rockchip: Drop RTC clock-frequency on rk3588-rock-5b
  arm64: dts: rockchip: Use generic name for es8316 on Pinebook Pro and
    Rock 5B
  arm64: dts: rockchip: Add vdd_cpu_big regulators to rk3588-rock-5b

 .../boot/dts/rockchip/rk3399-pinebook-pro.dts |  2 +-
 .../boot/dts/rockchip/rk3588-rock-5b.dts      | 59 ++++++++++++++++++-
 2 files changed, 58 insertions(+), 3 deletions(-)

Comments

Heiko Stübner April 17, 2023, 9:35 a.m. UTC | #1
On Fri, 14 Apr 2023 15:54:22 +0300, Cristian Ciocaltea wrote:
> The CPU big cores on the Rock 5B board are powered by the RK8602/RK8603
> regulators. Since the support for those regulators has been recently
> merged via [1], add the necessary device tree nodes and bind them to
> the corresponding CPU nodes.
> 
> Additionally, provide a couple of unrelated DTS fixes/improvements.
> 
> [...]

Applied, thanks!

[1/3] arm64: dts: rockchip: Drop RTC clock-frequency on rk3588-rock-5b
      commit: d7f5e83913d1bcd50968972a7b50e49c9a14b2af
[2/3] arm64: dts: rockchip: Use generic name for es8316 on Pinebook Pro and Rock 5B
      commit: 0af7164cb0e076dbfeed28956658a1ad94bd5927
[3/3] arm64: dts: rockchip: Add vdd_cpu_big regulators to rk3588-rock-5b
      commit: 1bb69cd4a344299a382695a2de1a84c0b23fe6da

Best regards,