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:
parent
9a133aedcc
commit
0967f13c3f
3 changed files with 18 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue