-
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: 305622 b: refs/heads/master c: be944d4 h: refs/heads/master v: v3
- Loading branch information
Stephen Warren
authored and
Mark Brown
committed
Apr 13, 2012
1 parent
6208c9e
commit 7760f82
Showing
4 changed files
with
1,147 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: a21361b9b9e0d9436a37951a2b0f25b022136fbb | ||
refs/heads/master: be944d42ccc125f1b200e7a4185af5bb87865190 |
32 changes: 32 additions & 0 deletions
32
trunk/Documentation/devicetree/bindings/sound/nvidia,tegra30-ahub.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,32 @@ | ||
NVIDIA Tegra30 AHUB (Audio Hub) | ||
|
||
Required properties: | ||
- compatible : "nvidia,tegra30-ahub" | ||
- reg : Should contain the register physical address and length for each of | ||
the AHUB's APBIF registers and the AHUB's own registers. | ||
- interrupts : Should contain AHUB interrupt | ||
- nvidia,dma-request-selector : The Tegra DMA controller's phandle and | ||
request selector for the first APBIF channel. | ||
- ranges : The bus address mapping for the configlink register bus. | ||
Can be empty since the mapping is 1:1. | ||
- #address-cells : For the configlink bus. Should be <1>; | ||
- #size-cells : For the configlink bus. Should be <1>. | ||
|
||
AHUB client modules need to specify the IDs of their CIFs (Client InterFaces). | ||
For RX CIFs, the numbers indicate the register number within AHUB routing | ||
register space (APBIF 0..3 RX, I2S 0..5 RX, DAM 0..2 RX 0..1, SPDIF RX 0..1). | ||
For TX CIFs, the numbers indicate the bit position within the AHUB routing | ||
registers (APBIF 0..3 TX, I2S 0..5 TX, DAM 0..2 TX, SPDIF TX 0..1). | ||
|
||
Example: | ||
|
||
ahub@70080000 { | ||
compatible = "nvidia,tegra30-ahub"; | ||
reg = <0x70080000 0x200 0x70080200 0x100>; | ||
interrupts = < 0 103 0x04 >; | ||
nvidia,dma-request-selector = <&apbdma 1>; | ||
|
||
ranges; | ||
#address-cells = <1>; | ||
#size-cells = <1>; | ||
}; |
Oops, something went wrong.