Skip to content

Commit

Permalink
ARM: dt: tegra: Enable device tree audio codec on PAZ00 board.
Browse files Browse the repository at this point in the history
This patch adds initial device tree support of ALC5632 sound codec and
machine driver for PAZ00 board. The implementation is based on the WM8903 codec.

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Leon Romanovsky <leon@leon.nu>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Leon Romanovsky authored and Olof Johansson committed Feb 7, 2012
1 parent d17adfd commit 613e965
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions 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 613e965

Please sign in to comment.