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-08-27 18:11:58 -0500
commit4ff06801a02181cf6503a506f326f62875b458f2 (patch)
tree163cf1dea860905f15cff90830211ae4dc8f43ac /Documentation
parent771c6011df365b35c3eb7a1cafe13d47fffb8c91 (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";