projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bdc9e9
)
ARM: dts: omap3-gta04: Add basic sound support
author
NeilBrown
<
[email protected]
>
Sat, 1 Mar 2014 13:58:52 +0000
(14:58 +0100)
committer
Tony Lindgren
<
[email protected]
>
Sun, 2 Mar 2014 17:51:49 +0000
(09:51 -0800)
This adds basic sound support for gta04 board.
Signed-off-by: NeilBrown <
[email protected]
>
Signed-off-by: Marek Belisko <
[email protected]
>
Signed-off-by: Tony Lindgren <
[email protected]
>
arch/arm/boot/dts/omap3-gta04.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap3-gta04.dts
b/arch/arm/boot/dts/omap3-gta04.dts
index e4e152574b7e880e20a50ee84c1f76b1a46e5144..7291f6bf51911cf421c697d5e133c1e6ddde1fe3 100644
(file)
--- 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"