ARM: dts: omap3-overo: Add audio support

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>
This commit is contained in:
Florian Vaussard 2013-01-23 18:56:52 +01:00 committed by Benoit Cousson
parent be26cd6dfa
commit 250b4e113b
1 changed files with 14 additions and 0 deletions

View File

@ -23,6 +23,14 @@ overo {
max-brightness = <127>; max-brightness = <127>;
}; };
}; };
sound {
compatible = "ti,omap-twl4030";
ti,model = "overo";
ti,mcbsp = <&mcbsp2>;
ti,codec = <&twl_audio>;
};
}; };
&i2c1 { &i2c1 {
@ -32,6 +40,12 @@ twl: twl@48 {
reg = <0x48>; reg = <0x48>;
interrupts = <7>; /* SYS_NIRQ cascaded to intc */ interrupts = <7>; /* SYS_NIRQ cascaded to intc */
interrupt-parent = <&intc>; interrupt-parent = <&intc>;
twl_audio: audio {
compatible = "ti,twl4030-audio";
codec {
};
};
}; };
}; };