diff options
author | NeilBrown <neilb@suse.de> | 2014-03-01 14:58:52 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-03-02 18:51:49 +0100 |
commit | 6764f648769887e300824321725d55d5ac72f0b3 (patch) | |
tree | 575e432cfa4e49d0659e6289674d99207f2d53f8 /arch/arm/boot/dts/omap3-gta04.dts | |
parent | ARM: dts: omap3-gta04: Add twl4030 charger (diff) | |
download | linux-6764f648769887e300824321725d55d5ac72f0b3.tar.xz linux-6764f648769887e300824321725d55d5ac72f0b3.zip |
ARM: dts: omap3-gta04: Add basic sound support
This adds basic sound support for gta04 board.
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-gta04.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-gta04.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index e4e152574b7e..7291f6bf5191 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++ b/arch/arm/boot/dts/omap3-gta04.dts @@ -36,6 +36,14 @@ gpio-key,wakeup; }; }; + + sound { + compatible = "ti,omap-twl4030"; + ti,model = "gta04"; + + ti,mcbsp = <&mcbsp2>; + ti,codec = <&twl_audio>; + }; }; &omap3_pmx_core { @@ -80,6 +88,12 @@ interrupts = <7>; /* SYS_NIRQ cascaded to intc */ interrupt-parent = <&intc>; }; + + twl_audio: audio { + compatible = "ti,twl4030-audio"; + codec { + }; + }; }; #include "twl4030.dtsi" |