summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorShengjiu Wang <b02247@freescale.com>2014-04-17 18:41:52 +0800
committerNitin Garg <nitin.garg@freescale.com>2014-04-17 21:19:15 -0500
commit0924629b0c90d8060cd135058aafb3877a57c562 (patch)
treedcdd656a2ac3e00c3c41c47a7fe565b65f1559ba /Documentation
parent2654fd733206ce2927d8a806fde3c39f162f3ab7 (diff)
ENGR00309073-1 ASoC: fsl: Naming of p2p item is not proper
Change the output-rate, output-width to p2p-rate, p2p-width. Signed-off-by: Shengjiu Wang <b02247@freescale.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/fsl-asrc-p2p.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl-asrc-p2p.txt b/Documentation/devicetree/bindings/sound/fsl-asrc-p2p.txt
index de48f051beec..41b4a9a610e7 100644
--- a/Documentation/devicetree/bindings/sound/fsl-asrc-p2p.txt
+++ b/Documentation/devicetree/bindings/sound/fsl-asrc-p2p.txt
@@ -5,8 +5,8 @@ MXC_ASRC.
Required properties:
- compatible: Should be "fsl,<chip>-asrc-p2p".
- - fsl,output-rate: the output rate of asrc p2p. which can be <32000> to <192000>,
- - fsl,output-width: the output width of asrc p2p. which can be <16>, <24>.
+ - fsl,p2p-rate: the p2p rate of asrc p2p. which can be <32000> to <192000>,
+ - fsl,p2p-width: the p2p width of asrc p2p. which can be <16>, <24>.
- fsl,asrc-dma-rx-events: The rx dma event of the asrc, <a b c> corresponding
to 3 pair of asrc.
- fsl,asrc-dma-tx-events: The tx dma event of the esai, <a b c> corresponding
@@ -15,8 +15,8 @@ Required properties:
Example:
asrc_p2p: asrc_p2p {
compatible = "fsl,imx6q-asrc-p2p";
- fsl,output-rate = <48000>;
- fsl,output-width = <16>;
+ fsl,p2p-rate = <48000>;
+ fsl,p2p-width = <16>;
fsl,asrc-dma-rx-events = <17 18 19>;
fsl,asrc-dma-tx-events = <20 21 22>;
status = "okay";