mbox series

[v3,0/7] Starfive reboot fix & cleanup

Message ID cover.1706880734.git.namcao@linutronix.de
Headers show
Series Starfive reboot fix & cleanup | expand

Message

Nam Cao Feb. 2, 2024, 1:43 p.m. UTC
Hi,

I previously sent 2 separate series fixing the reboot of the Visionfive2
board. However the Starfive folks did not receive both series, and also
because the 2 series are closely related; I am merging those 2 separate
series together and re-send them as a v3.

This series:
 - Rename device tree compatible strings to match U-Boot
 - Fix code that extract I2C address from device tree
 - Cleanup

The device tree nodes in this series have just been merged to U-Boot a few
days ago. So please use most recent upstream U-Boot for testing this
series.

Nam Cao (7):
  platform: starfive: correct system clock device tree node
  platform: starfive: get I2C offset address from clocks property
  platform: starfive: remove redundant compatibility check in pmic_ops
  platform: starfive: rename "stf,axp15060-regulator" ->
    "x-powers,axp15060"
  platform: starfive: drop "compatible" from struct pmic
  platform: starfive: return error if needed devices are not present
  platform: starfive: call starfive_jh7110_inst_init() in
    pm_reset_init()

 platform/generic/starfive/jh7110.c | 70 ++++++++++++++++--------------
 1 file changed, 38 insertions(+), 32 deletions(-)