mbox series

[v4,0/7] starfive reboot cleanup & fix

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

Message

Nam Cao Feb. 5, 2024, 8:48 a.m. UTC
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 | 71 ++++++++++++++++--------------
 1 file changed, 38 insertions(+), 33 deletions(-)