Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6764f648 authored by NeilBrown's avatar NeilBrown Committed by Tony Lindgren
Browse files

ARM: dts: omap3-gta04: Add basic sound support



This adds basic sound support for gta04 board.

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
Signed-off-by: default avatarMarek Belisko <marek@goldelico.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8bdc9e90
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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"