Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfad5972

Browse files
Wolfram Sangwsakernel
Wolfram Sang
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. Becausethis is a HW description of the bus, add it to the generic bindings.Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>Reviewed-by: Rob Herring <robh@kernel.org>Signed-off-by: Wolfram Sang <wsa@kernel.org>
1 parentfcb82a9 commitfad5972

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)

[8]ページ先頭

©2009-2025 Movatter.jp