[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210727092554.1059305-1-kernel@esmil.dk>
Date: Tue, 27 Jul 2021 11:25:50 +0200
From: Emil Renner Berthing <kernel@...il.dk>
To: Lee Jones <lee.jones@...aro.org>, Rob Herring <robh+dt@...nel.org>,
Sebastian Reichel <sebastian.reichel@...labora.com>
Cc: Emil Renner Berthing <kernel@...il.dk>, devicetree@...r.kernel.org,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/4] BeagleV Starlight reset support
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
Powered by blists - more mailing lists