-
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.
ASoC: Tegra DAS: Add device tree binding
Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
- Loading branch information
Stephen Warren
authored and
Mark Brown
committed
Nov 23, 2011
1 parent
85e7652
commit 186bcda
Showing
2 changed files
with
20 additions
and
0 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 |
---|---|---|
@@ -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>; | ||
}; |
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