diff options
| author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-09-22 18:47:58 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-09-22 18:47:58 -0400 |
| commit | 2ef39e606bb43d6041b6d820e2a9156110a82d21 (patch) | |
| tree | 7c4cb8bd147d962344d357569172dfbe35f098a6 /Documentation | |
| parent | a89be93c28cd656d1c3c49fe627666b3bbecd45a (diff) | |
| parent | b4cad7af6665743647f28119b689e1552326d4da (diff) | |
Merge remote-tracking branch 'asoc/topic/ux500' into for-3.7
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/sound/ux500-mop500.txt | 39 | ||||
| -rw-r--r-- | Documentation/devicetree/bindings/sound/ux500-msp.txt | 43 |
2 files changed, 82 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/ux500-mop500.txt b/Documentation/devicetree/bindings/sound/ux500-mop500.txt new file mode 100644 index 000000000000..48e071c96b46 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/ux500-mop500.txt | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | * MOP500 Audio Machine Driver | ||
| 2 | |||
| 3 | This node is responsible for linking together all ux500 Audio Driver components. | ||
| 4 | |||
| 5 | Required properties: | ||
| 6 | - compatible : "stericsson,snd-soc-mop500" | ||
| 7 | |||
| 8 | Non-standard properties: | ||
| 9 | - stericsson,cpu-dai : Phandle to the CPU-side DAI | ||
| 10 | - stericsson,audio-codec : Phandle to the Audio CODEC | ||
| 11 | - stericsson,card-name : Over-ride default card name | ||
| 12 | |||
| 13 | Example: | ||
| 14 | |||
| 15 | sound { | ||
| 16 | compatible = "stericsson,snd-soc-mop500"; | ||
| 17 | |||
| 18 | stericsson,cpu-dai = <&msp1 &msp3>; | ||
| 19 | stericsson,audio-codec = <&codec>; | ||
| 20 | }; | ||
| 21 | |||
| 22 | msp1: msp@80124000 { | ||
| 23 | compatible = "stericsson,ux500-msp-i2s"; | ||
| 24 | reg = <0x80124000 0x1000>; | ||
| 25 | interrupts = <0 62 0x4>; | ||
| 26 | v-ape-supply = <&db8500_vape_reg>; | ||
| 27 | }; | ||
| 28 | |||
| 29 | msp3: msp@80125000 { | ||
| 30 | compatible = "stericsson,ux500-msp-i2s"; | ||
| 31 | reg = <0x80125000 0x1000>; | ||
| 32 | interrupts = <0 62 0x4>; | ||
| 33 | v-ape-supply = <&db8500_vape_reg>; | ||
| 34 | }; | ||
| 35 | |||
| 36 | codec: ab8500-codec { | ||
| 37 | compatible = "stericsson,ab8500-codec"; | ||
| 38 | stericsson,earpeice-cmv = <950>; /* Units in mV. */ | ||
| 39 | }; | ||
diff --git a/Documentation/devicetree/bindings/sound/ux500-msp.txt b/Documentation/devicetree/bindings/sound/ux500-msp.txt new file mode 100644 index 000000000000..99acd9c774e1 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/ux500-msp.txt | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | * ux500 MSP (CPU-side Digital Audio Interface) | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | - compatible :"stericsson,ux500-msp-i2s" | ||
| 5 | - reg : Physical base address and length of the device's registers. | ||
| 6 | |||
| 7 | Optional properties: | ||
| 8 | - interrupts : The interrupt output from the device. | ||
| 9 | - interrupt-parent : The parent interrupt controller. | ||
| 10 | - <name>-supply : Phandle to the regulator <name> supply | ||
| 11 | |||
| 12 | Example: | ||
| 13 | |||
| 14 | sound { | ||
| 15 | compatible = "stericsson,snd-soc-mop500"; | ||
| 16 | |||
| 17 | stericsson,platform-pcm-dma = <&pcm>; | ||
| 18 | stericsson,cpu-dai = <&msp1 &msp3>; | ||
| 19 | stericsson,audio-codec = <&codec>; | ||
| 20 | }; | ||
| 21 | |||
| 22 | pcm: ux500-pcm { | ||
| 23 | compatible = "stericsson,ux500-pcm"; | ||
| 24 | }; | ||
| 25 | |||
| 26 | msp1: msp@80124000 { | ||
| 27 | compatible = "stericsson,ux500-msp-i2s"; | ||
| 28 | reg = <0x80124000 0x1000>; | ||
| 29 | interrupts = <0 62 0x4>; | ||
| 30 | v-ape-supply = <&db8500_vape_reg>; | ||
| 31 | }; | ||
| 32 | |||
| 33 | msp3: msp@80125000 { | ||
| 34 | compatible = "stericsson,ux500-msp-i2s"; | ||
| 35 | reg = <0x80125000 0x1000>; | ||
| 36 | interrupts = <0 62 0x4>; | ||
| 37 | v-ape-supply = <&db8500_vape_reg>; | ||
| 38 | }; | ||
| 39 | |||
| 40 | codec: ab8500-codec { | ||
| 41 | compatible = "stericsson,ab8500-codec"; | ||
| 42 | stericsson,earpeice-cmv = <950>; /* Units in mV. */ | ||
| 43 | }; | ||
