mbox series

[v5,0/2] i2c: mv64xxx: bus-reset-gpios

Message ID 20231027033104.1348921-1-chris.packham@alliedtelesis.co.nz
Headers show
Series i2c: mv64xxx: bus-reset-gpios | expand

Message

Chris Packham Oct. 27, 2023, 3:31 a.m. UTC
This series adds the ability to associate a gpio with an I2C bus so that
downstream devices can be brought out of reset when the host controller is
probed.

Chris Packham (2):
  dt-bindings: i2c: mv64xxx: add bus-reset-gpios property
  i2c: mv64xxx: add an optional bus-reset-gpios property

 .../bindings/i2c/marvell,mv64xxx-i2c.yaml        | 10 ++++++++++
 drivers/i2c/busses/i2c-mv64xxx.c                 | 16 ++++++++++++++++
 2 files changed, 26 insertions(+)