mbox series

[net-next,0/2] net: pse-pd: tps23881: Reset GPIO support

Message ID 20240819190151.93253-1-kyle.swenson@est.tech (mailing list archive)
Headers show
Series net: pse-pd: tps23881: Reset GPIO support | expand

Message

Kyle Swenson Aug. 19, 2024, 7:02 p.m. UTC
On some boards, the TPS2388x's reset line (active low) is pulled low to
keep the chip in reset until the SoC pulls the device out of reset.
This series updates the device-tree binding for the tps23881 and then
adds support for the reset gpio handling in the tps23881 driver.

Signed-off-by: Kyle Swenson <kyle.swenson@est.tech>

---
Kyle Swenson (2):
  dt-bindings: net: pse-pd: tps23881: add reset-gpios
  net: pse-pd: tps23881: Support reset-gpios

 .../devicetree/bindings/net/pse-pd/ti,tps23881.yaml |  3 +++
 drivers/net/pse-pd/tps23881.c                       | 13 ++++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)