aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-09-12 11:52:41 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2013-09-12 11:52:41 -0400
commitdecf7abcc97444ecd2d3cf278f5cc8093f33f49a (patch)
tree735057e504a1787a741f6a15fac7dbe2f461e887 /Documentation/devicetree
parent24ba40588fe50adce2a99e026fc0026872ebeb85 (diff)
parent3d0049e8529adaa36c38a7b400792f6c37b66c92 (diff)
Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound fixes from Takashi Iwai: "A few last-minute fixes for 3.12-rc1. All patches are driver specific. - HD-audio fixes: MacBook 6,1/6,2 speaker fix, ASUS TX300 dock speaker fix, Toshiba Satellite irq fix, Haswell HDMI audio cleanups) - ASoC fixes: atmel irq fix, fsl DT fix, mc13783 spi fix, kirkwood compatible string change, etc" * tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: ASoC: mc13783: add spi errata fix ASoC: rsnd: fixup flag name of rsnd_scu_platform_info ALSA: hda - Add CS4208 codec support for MacBook 6,1 and 6,2 ALSA: hda - Add Toshiba Satellite C870 to MSI blacklist ASoC: fsl_spdif: Select regmap-mmio ALSA: hda - unmute pin amplifier in infoframe setup for Haswell ALSA: hda - define is_haswell() to check if a display audio codec is Haswell ALSA: hda - Add dock speaker support for ASUS TX300 ASoC: kirkwood: change the compatible string of the kirkwood-i2s driver ASoC: atmel: disable error interrupt ASoC: fsl: imx-audmux: Do not call imx_audmux_parse_dt_defaults() on non-dt kernel
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/sound/mvebu-audio.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/sound/mvebu-audio.txt b/Documentation/devicetree/bindings/sound/mvebu-audio.txt
index 7e5fd37c1b3f..f0062c5871b4 100644
--- a/Documentation/devicetree/bindings/sound/mvebu-audio.txt
+++ b/Documentation/devicetree/bindings/sound/mvebu-audio.txt
@@ -2,13 +2,17 @@
2 2
3Required properties: 3Required properties:
4 4
5- compatible: "marvell,mvebu-audio" 5- compatible:
6 "marvell,kirkwood-audio" for Kirkwood platforms
7 "marvell,dove-audio" for Dove platforms
6 8
7- reg: physical base address of the controller and length of memory mapped 9- reg: physical base address of the controller and length of memory mapped
8 region. 10 region.
9 11
10- interrupts: list of two irq numbers. 12- interrupts:
11 The first irq is used for data flow and the second one is used for errors. 13 with "marvell,kirkwood-audio", the audio interrupt
14 with "marvell,dove-audio", a list of two interrupts, the first for
15 the data flow, and the second for errors.
12 16
13- clocks: one or two phandles. 17- clocks: one or two phandles.
14 The first one is mandatory and defines the internal clock. 18 The first one is mandatory and defines the internal clock.
@@ -21,7 +25,7 @@ Required properties:
21Example: 25Example:
22 26
23i2s1: audio-controller@b4000 { 27i2s1: audio-controller@b4000 {
24 compatible = "marvell,mvebu-audio"; 28 compatible = "marvell,dove-audio";
25 reg = <0xb4000 0x2210>; 29 reg = <0xb4000 0x2210>;
26 interrupts = <21>, <22>; 30 interrupts = <21>, <22>;
27 clocks = <&gate_clk 13>; 31 clocks = <&gate_clk 13>;