Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0698ed19 authored by Lucas Stach's avatar Lucas Stach Committed by Stephen Warren
Browse files

ASoC: tegra: add ac97 host controller to device tree



Add default entry for the AC97 host controller.

Signed-off-by: default avatarLucas Stach <dev@lynxeye.de>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent d7df69fe
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -208,6 +208,15 @@
		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";
		reg = <0x70002800 0x200>;