Skip to content

Commit

Permalink
ARM: dt: tegra trimslice: add support for audio
Browse files Browse the repository at this point in the history
* Add node for the audio codec
* Enable Tegra's I2S1 controller and DAS
* Add node for top-level sound complex

Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
Stephen Warren committed May 3, 2012
1 parent c7bd632 commit 22bfe10
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions arch/arm/boot/dts/tegra-trimslice.dts
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,11 @@
i2c@7000c500 {
clock-frequency = <400000>;

codec: codec@1a {
compatible = "ti,tlv320aic23";
reg = <0x1a>;
};

rtc@56 {
compatible = "emmicro,em3027";
reg = <0x56>;
Expand All @@ -261,16 +266,14 @@
status = "disable";
};

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

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

das@70000c00 {
status = "disable";
sound {
compatible = "nvidia,tegra-audio-trimslice";
nvidia,i2s-controller = <&tegra_i2s1>;
nvidia,audio-codec = <&codec>;
};

serial@70006000 {
Expand Down

0 comments on commit 22bfe10

Please sign in to comment.