-
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.
- Loading branch information
Mark Brown
committed
Dec 12, 2011
1 parent
3f65bb9
commit d5f39e9
Showing
259 changed files
with
10,335 additions
and
6,729 deletions.
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: 8ab30691826fc05efa47c4ffba19b80496bb3a2c | ||
refs/heads/master: 68556ca1e03d6a35be3b315eba58df2f8176e3a0 |
12 changes: 12 additions & 0 deletions
12
trunk/Documentation/devicetree/bindings/sound/tegra20-das.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,12 @@ | ||
NVIDIA Tegra 20 DAS (Digital Audio Switch) controller | ||
|
||
Required properties: | ||
- compatible : "nvidia,tegra20-das" | ||
- reg : Should contain DAS registers location and length | ||
|
||
Example: | ||
|
||
das@70000c00 { | ||
compatible = "nvidia,tegra20-das"; | ||
reg = <0x70000c00 0x80>; | ||
}; |
17 changes: 17 additions & 0 deletions
17
trunk/Documentation/devicetree/bindings/sound/tegra20-i2s.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,17 @@ | ||
NVIDIA Tegra 20 I2S controller | ||
|
||
Required properties: | ||
- compatible : "nvidia,tegra20-i2s" | ||
- reg : Should contain I2S registers location and length | ||
- interrupts : Should contain I2S interrupt | ||
- nvidia,dma-request-selector : The Tegra DMA controller's phandle and | ||
request selector for this I2S controller | ||
|
||
Example: | ||
|
||
i2s@70002800 { | ||
compatible = "nvidia,tegra20-i2s"; | ||
reg = <0x70002800 0x200>; | ||
interrupts = < 45 >; | ||
nvidia,dma-request-selector = < &apbdma 2 >; | ||
}; |
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,50 @@ | ||
WM8903 audio CODEC | ||
|
||
This device supports I2C only. | ||
|
||
Required properties: | ||
|
||
- compatible : "wlf,wm8903" | ||
|
||
- reg : the I2C address of the device. | ||
|
||
- gpio-controller : Indicates this device is a GPIO controller. | ||
|
||
- #gpio-cells : Should be two. The first cell is the pin number and the | ||
second cell is used to specify optional parameters (currently unused). | ||
|
||
Optional properties: | ||
|
||
- interrupts : The interrupt line the codec is connected to. | ||
|
||
- micdet-cfg : Default register value for R6 (Mic Bias). If absent, the | ||
default is 0. | ||
|
||
- micdet-delay : The debounce delay for microphone detection in mS. If | ||
absent, the default is 100. | ||
|
||
- gpio-cfg : A list of GPIO configuration register values. The list must | ||
be 5 entries long. If absent, no configuration of these registers is | ||
performed. If any entry has the value 0xffffffff, that GPIO's | ||
configuration will not be modified. | ||
|
||
Example: | ||
|
||
codec: wm8903@1a { | ||
compatible = "wlf,wm8903"; | ||
reg = <0x1a>; | ||
interrupts = < 347 >; | ||
|
||
gpio-controller; | ||
#gpio-cells = <2>; | ||
|
||
micdet-cfg = <0>; | ||
micdet-delay = <100>; | ||
gpio-cfg = < | ||
0x0600 /* DMIC_LR, output */ | ||
0x0680 /* DMIC_DAT, input */ | ||
0x0000 /* GPIO, output, low */ | ||
0x0200 /* Interrupt, output */ | ||
0x01a0 /* BCLK, input, active high */ | ||
>; | ||
}; |
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
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
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.