Skip to content

Commit

Permalink
ARM: dts: omap3-gta04: Add basic sound support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
NeilBrown authored and Tony Lindgren committed Mar 2, 2014
1 parent 8bdc9e9 commit 6764f64
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm/boot/dts/omap3-gta04.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6764f64

Please sign in to comment.