This series adds reset support to the BeagleV Starlight board[1], and converts the TPS65086 PMIC device tree binding to YAML while at it. Support for the StarFive JH7100 RISC-V SoC on the board is not yet upstreamed, but is actively worked on so it should only be a matter of time before that happens. v2: - Use generic node name in dt example, tps65086@5e -> pmic@5e. - Andrew F. Davis' email address no longer works and noone else has stepped up, so add myself as dt binding maintainer since I at least care that it isn't removed. - Change the mfd cell name from tps65086-restart to tps65086-reset. - Split adding the mfd cell name to the mfd driver into its own patch. - Add Rob and Sebastian's acks to the relevant patches. [1] https://github.com/beagleboard/beaglev-starlight Emil Renner Berthing (4): dt-bindings: mfd: convert tps65086.txt to YAML mfd: tps65086: Make interrupt line optional power: reset: Add TPS65086 restart driver mfd: tps65086: Add cell entry for reset driver .../devicetree/bindings/mfd/ti,tps65086.yaml | 124 ++++++++++++++++++ .../devicetree/bindings/mfd/tps65086.txt | 54 -------- drivers/mfd/tps65086.c | 22 ++-- drivers/power/reset/Kconfig | 6 + drivers/power/reset/Makefile | 1 + drivers/power/reset/tps65086-restart.c | 98 ++++++++++++++ 6 files changed, 241 insertions(+), 64 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/ti,tps65086.yaml delete mode 100644 Documentation/devicetree/bindings/mfd/tps65086.txt create mode 100644 drivers/power/reset/tps65086-restart.c -- 2.32.0