Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373999
b: refs/heads/master
c: 3ec9147
h: refs/heads/master
i:
  373997: 1cf42d6
  373995: f337c7d
  373991: 89109e8
  373983: 8f4b5b6
v: v3
  • Loading branch information
Stephen Warren committed Apr 4, 2013
1 parent 802ceea commit 57b115e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f9cd2b3bf48b108c7935fa06e833e85b5f1d0119
refs/heads/master: 3ec9147d4f9eeffb0f3a0439c3edd6bd01c40ed3
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ NVIDIA Tegra audio complex

Required properties:
- compatible : "nvidia,tegra-audio-wm9712"
- clocks : Must contain an entry for each entry in clock-names.
- clock-names : Must include the following entries:
"pll_a" (The Tegra clock of that name),
"pll_a_out0" (The Tegra clock of that name),
"mclk" (The Tegra cdev1/extern1 clock, which feeds the CODEC's mclk)
- nvidia,model : The user-visible name of this sound complex.
- nvidia,audio-routing : A list of the connections between audio components.
Each entry is a pair of strings, the first being the connection's sink,
Expand Down Expand Up @@ -48,4 +53,7 @@ sound {
"Mic", "MIC1";

nvidia,ac97-controller = <&ac97>;

clocks = <&tegra_car 112>, <&tegra_car 113>, <&tegra_car 93>;
clock-names = "pll_a", "pll_a_out0", "mclk";
};
3 changes: 3 additions & 0 deletions trunk/arch/arm/boot/dts/tegra20-colibri-512.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,9 @@
"Mic", "MIC1";

nvidia,ac97-controller = <&ac97>;

clocks = <&tegra_car 112>, <&tegra_car 113>, <&tegra_car 93>;
clock-names = "pll_a", "pll_a_out0", "mclk";
};

regulators {
Expand Down

0 comments on commit 57b115e

Please sign in to comment.