Skip to content

Commit fad5972

Browse files
Wolfram Sangwsakernel
authored andcommitted
i2c: add 'single-master' property to generic bindings
It is useful to know if we are the only master on a given bus. Because this is a HW description of the bus, add it to the generic bindings. Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent fcb82a9 commit fad5972

File tree

1 file changed

+6
-1
lines changed
  • Documentation/devicetree/bindings/i2c

1 file changed

+6
-1
lines changed

Documentation/devicetree/bindings/i2c/i2c.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,12 @@ wants to support one of the below features, it should adapt these bindings.
7070
- multi-master
7171
states that there is another master active on this bus. The OS can use
7272
this information to adapt power management to keep the arbitration awake
73-
all the time, for example.
73+
all the time, for example. Can not be combined with 'single-master'.
74+
75+
- single-master
76+
states that there is no other master active on this bus. The OS can use
77+
this information to detect a stalled bus more reliably, for example.
78+
Can not be combined with 'multi-master'.
7479

7580
Required properties (per child device)
7681
--------------------------------------

0 commit comments

Comments
 (0)