Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296070
b: refs/heads/master
c: 613e965
h: refs/heads/master
v: v3
  • Loading branch information
Leon Romanovsky authored and Olof Johansson committed Feb 7, 2012
1 parent c981711 commit b47cebc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d17adfdb17fb9f182d1fc5189d4772cd03f187c3
refs/heads/master: 613e9657df44eed37e6559a1f56371e7246529b4
29 changes: 23 additions & 6 deletions trunk/arch/arm/boot/dts/tegra-paz00.dts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@

i2c@7000c000 {
clock-frequency = <400000>;

alc5632: alc5632@1e {
compatible = "realtek,alc5632";
reg = <0x1e>;
gpio-controller;
#gpio-cells = <2>;
};
};

i2c@7000c400 {
Expand All @@ -37,16 +44,26 @@
clock-frequency = <400000>;
};

i2s@70002800 {
status = "disable";
};

i2s@70002a00 {
status = "disable";
};

das@70000c00 {
status = "disable";
sound {
compatible = "nvidia,tegra-audio-alc5632-paz00",
"nvidia,tegra-audio-alc5632";

nvidia,model = "Compal PAZ00";

nvidia,audio-routing =
"Int Spk", "SPKOUT",
"Int Spk", "SPKOUTN",
"Headset Mic", "MICBIAS1",
"MIC1", "Headset Mic",
"Headset Stereophone", "HPR",
"Headset Stereophone", "HPL";

nvidia,audio-codec = <&alc5632>;
nvidia,i2s-controller = <&tegra_i2s1>;
};

serial@70006000 {
Expand Down

0 comments on commit b47cebc

Please sign in to comment.