-
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: 332039 b: refs/heads/master c: c24fdc8 h: refs/heads/master i: 332037: 3de0589 332035: 3dde379 332031: 92ac686 v: v3
- Loading branch information
Hebbar, Gururaja
authored and
Mark Brown
committed
Aug 27, 2012
1 parent
3a91c77
commit 8771b31
Showing
3 changed files
with
52 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: 2a9a9c876fd6486978a24cd8bc72bd1aeb228b7b | ||
refs/heads/master: c24fdc886fde9ce7bda8115b9c2b338818796c65 |
20 changes: 20 additions & 0 deletions
20
trunk/Documentation/devicetree/bindings/sound/tlv320aic3x.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,20 @@ | ||
Texas Instruments - tlv320aic3x Codec module | ||
|
||
The tlv320aic3x serial control bus communicates through I2C protocols | ||
|
||
Required properties: | ||
- compatible - "string" - "ti,tlv320aic3x" | ||
- reg - <int> - I2C slave address | ||
|
||
|
||
Optional properties: | ||
|
||
- gpio-reset - gpio pin number used for codec reset | ||
- ai3x-gpio-func - <array of 2 int> - AIC3X_GPIO1 & AIC3X_GPIO2 Functionality | ||
|
||
Example: | ||
|
||
tlv320aic3x: tlv320aic3x@1b { | ||
compatible = "ti,tlv320aic3x"; | ||
reg = <0x1b>; | ||
}; |
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