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

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
...@@ -36,6 +36,14 @@ aux-button { ...@@ -36,6 +36,14 @@ aux-button {
gpio-key,wakeup; gpio-key,wakeup;
}; };
}; };
sound {
compatible = "ti,omap-twl4030";
ti,model = "gta04";
ti,mcbsp = <&mcbsp2>;
ti,codec = <&twl_audio>;
};
}; };
&omap3_pmx_core { &omap3_pmx_core {
...@@ -80,6 +88,12 @@ twl: twl@48 { ...@@ -80,6 +88,12 @@ twl: twl@48 {
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 {
};
};
}; };
#include "twl4030.dtsi" #include "twl4030.dtsi"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment