Message ID | ff31e0c7-6a59-72c3-0e46-9231ec90ce9a@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | i2c: gpio: support write-only sda | expand |
On Fri, Apr 15, 2022 at 03:32:47PM +0200, Heiner Kallweit wrote: > This documents new property i2c-gpio,sda-output-only. The diff tells me that. The commit message needs the same justification(s) as you have in the cover letter or patch 3. > > Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> > --- > Documentation/devicetree/bindings/i2c/i2c-gpio.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/i2c/i2c-gpio.yaml b/Documentation/devicetree/bindings/i2c/i2c-gpio.yaml > index fd0402845..25cd1b260 100644 > --- a/Documentation/devicetree/bindings/i2c/i2c-gpio.yaml > +++ b/Documentation/devicetree/bindings/i2c/i2c-gpio.yaml > @@ -33,6 +33,10 @@ properties: > open drain. > maxItems: 1 > > + i2c-gpio,sda-output-only: > + description: sda as output only > + type: boolean > + > i2c-gpio,scl-output-only: > description: scl as output only > type: boolean > -- > 2.35.3 > > >
diff --git a/Documentation/devicetree/bindings/i2c/i2c-gpio.yaml b/Documentation/devicetree/bindings/i2c/i2c-gpio.yaml index fd0402845..25cd1b260 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-gpio.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-gpio.yaml @@ -33,6 +33,10 @@ properties: open drain. maxItems: 1 + i2c-gpio,sda-output-only: + description: sda as output only + type: boolean + i2c-gpio,scl-output-only: description: scl as output only type: boolean
This documents new property i2c-gpio,sda-output-only. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> --- Documentation/devicetree/bindings/i2c/i2c-gpio.yaml | 4 ++++ 1 file changed, 4 insertions(+)