-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 347075 b: refs/heads/master c: 0857ba3 h: refs/heads/master i: 347073: 1f0c2b0 347071: d2e2e6d v: v3
- Loading branch information
Aaro Koskinen
authored and
Wolfram Sang
committed
Nov 19, 2012
1 parent
5dfcb4d
commit 44f99c3
Showing
7 changed files
with
408 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: a000b8c1e30115800d3de86b4b058cadd9cba59d | ||
refs/heads/master: 0857ba3c24c308f42a242fe8a1894772750230ce |
27 changes: 27 additions & 0 deletions
27
trunk/Documentation/devicetree/bindings/i2c/i2c-cbus-gpio.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Device tree bindings for i2c-cbus-gpio driver | ||
|
||
Required properties: | ||
- compatible = "i2c-cbus-gpio"; | ||
- gpios: clk, dat, sel | ||
- #address-cells = <1>; | ||
- #size-cells = <0>; | ||
|
||
Optional properties: | ||
- child nodes conforming to i2c bus binding | ||
|
||
Example: | ||
|
||
i2c@0 { | ||
compatible = "i2c-cbus-gpio"; | ||
gpios = <&gpio 66 0 /* clk */ | ||
&gpio 65 0 /* dat */ | ||
&gpio 64 0 /* sel */ | ||
>; | ||
#address-cells = <1>; | ||
#size-cells = <0>; | ||
|
||
retu-mfd: retu@1 { | ||
compatible = "retu-mfd"; | ||
reg = <0x1>; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.