ITE: drivers/i2c: Add a property selecting to drive I2C recovery mode

Add a property to select the push-pull GPIO output type to drive the
I2C recovery. The default is open-drain.

Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>
This commit is contained in:
Tim Lin 2024-03-21 16:30:38 +08:00 committed by Fabio Baltieri
commit 0967f13c3f
3 changed files with 18 additions and 4 deletions

View file

@ -102,3 +102,9 @@ properties:
pinctrl-names:
required: true
push-pull-recovery:
type: boolean
description: |
This property is enabled when selecting the push-pull GPIO output
type to drive the I2C recovery. The default is open-drain.