-
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: 284543 b: refs/heads/master c: 35ca984 h: refs/heads/master i: 284541: a7d755e 284539: b447346 284535: f82d299 284527: dd009a2 284511: 2c65e0e 284479: dd516ab 284415: c7a42c4 v: v3
- Loading branch information
Mark Brown
authored and
Samuel Ortiz
committed
Jan 8, 2012
1 parent
c3d3e3e
commit 8191fd3
Showing
3 changed files
with
28 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: b46a36c0e0adc92c8be2c8a6fa68d979f6eee124 | ||
refs/heads/master: 35ca98423a4c61decc20cd1d1e78a7fd7111e4db |
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,18 @@ | ||
WM1811/WM8994/WM8958 audio CODEC | ||
|
||
These devices support both I2C and SPI (configured with pin strapping | ||
on the board). | ||
|
||
Required properties: | ||
|
||
- compatible : "wlf,wm1811", "wlf,wm8994", "wlf,wm8958" | ||
|
||
- reg : the I2C address of the device for I2C, the chip select | ||
number for SPI. | ||
|
||
Example: | ||
|
||
codec: wm8994@1a { | ||
compatible = "wlf,wm8994"; | ||
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