Skip to content

Commit

Permalink
ARM: dts: omap3-devkit8000: Enable audio support
Browse files Browse the repository at this point in the history
Add the needed sections to enable audio support on
Devkit8000 when booted with DT blob.

Signed-off-by: Anil Kumar <anilk4.v@gmail.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
  • Loading branch information
Anil Kumar authored and Benoit Cousson committed Apr 8, 2013
1 parent 4bfe634 commit e82be16
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions arch/arm/boot/dts/omap3-devkit8000.dts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@
};

};

sound {
compatible = "ti,omap-twl4030";
ti,model = "devkit8000";

ti,mcbsp = <&mcbsp2>;
ti,codec = <&twl_audio>;
ti,audio-routing =
"Ext Spk", "PREDRIVEL",
"Ext Spk", "PREDRIVER",
"MAINMIC", "Main Mic",
"Main Mic", "Mic Bias 1";
};
};

&i2c1 {
Expand All @@ -50,6 +63,12 @@
twl: twl@48 {
reg = <0x48>;
interrupts = <7>; /* SYS_NIRQ cascaded to intc */

twl_audio: audio {
compatible = "ti,twl4030-audio";
codec {
};
};
};
};

Expand Down Expand Up @@ -85,10 +104,6 @@
status = "disabled";
};

&mcbsp2 {
status = "disabled";
};

&mcbsp3 {
status = "disabled";
};
Expand Down

0 comments on commit e82be16

Please sign in to comment.