Skip to content

Commit

Permalink
ASoC: tegra: add ac97 host controller to device tree
Browse files Browse the repository at this point in the history
Add default entry for the AC97 host controller.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
Lucas Stach authored and Stephen Warren committed Jan 28, 2013
1 parent d7df69f commit 0698ed1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/tegra20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,15 @@
compatible = "nvidia,tegra20-das";
reg = <0x70000c00 0x80>;
};

tegra_ac97: ac97 {
compatible = "nvidia,tegra20-ac97";
reg = <0x70002000 0x200>;
interrupts = <0 81 0x04>;
nvidia,dma-request-selector = <&apbdma 12>;
clocks = <&tegra_car 3>;
status = "disabled";
};

tegra_i2s1: i2s@70002800 {
compatible = "nvidia,tegra20-i2s";
Expand Down

0 comments on commit 0698ed1

Please sign in to comment.