mbox series

[RFC,v1,0/2] pinctrl: ocelot: add shared reset

Message ID 20220313154640.63813-1-michael@walle.cc
Headers show
Series pinctrl: ocelot: add shared reset | expand

Message

Michael Walle March 13, 2022, 3:46 p.m. UTC
On LAN966x SoCs, there is an internal reset which is used to reset the
switch core. But this will also reset the GPIO and the SGPIO. Thus add
support for this shared reset line.

Marked as RFC because it depends on
https://lore.kernel.org/linux-devicetree/20220313152924.61931-1-michael@walle.cc/

Michael Walle (2):
  dt-bindings: pinctrl: ocelot: add reset property
  pinctrl: ocelot: add optional shared reset

 .../devicetree/bindings/pinctrl/mscc,ocelot-pinctrl.yaml | 8 ++++++++
 drivers/pinctrl/pinctrl-ocelot.c                         | 9 +++++++++
 2 files changed, 17 insertions(+)