-
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: 270495 b: refs/heads/master c: 733eef3 h: refs/heads/master i: 270493: 2a66d54 270491: f8bd98f 270487: 47c1353 270479: e3a1e56 270463: dd99ba8 v: v3
- Loading branch information
Mark Brown
committed
Aug 14, 2011
1 parent
9e0eaf8
commit de7ecf5
Showing
3 changed files
with
24 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: bf5a85be9739ea26f05874992cb05a9c774f359f | ||
refs/heads/master: 733eef3e96726350888bd0ec1526f2561bec44ed |
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,16 @@ | ||
WM8580 audio CODEC | ||
|
||
This device supports I2C only. | ||
|
||
Required properties: | ||
|
||
- compatible : "wlf,wm8580" | ||
|
||
- reg : the I2C address of the device. | ||
|
||
Example: | ||
|
||
codec: wm8580@1a { | ||
compatible = "wlf,wm8580"; | ||
reg = <0x1a>; | ||
}; |
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