Skip to content

Commit

Permalink
ARM: dts: omap3-overo: Add audio support
Browse files Browse the repository at this point in the history
Add the needed sections to enable audio support on Overo.

Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
  • Loading branch information
Florian Vaussard authored and Benoit Cousson committed Apr 8, 2013
1 parent be26cd6 commit 250b4e1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm/boot/dts/omap3-overo.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
max-brightness = <127>;
};
};

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

ti,mcbsp = <&mcbsp2>;
ti,codec = <&twl_audio>;
};
};

&i2c1 {
Expand All @@ -32,6 +40,12 @@
reg = <0x48>;
interrupts = <7>; /* SYS_NIRQ cascaded to intc */
interrupt-parent = <&intc>;

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

Expand Down

0 comments on commit 250b4e1

Please sign in to comment.