summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolin Chen <Guangyu.Chen@freescale.com>2014-04-18 14:19:32 +0800
committerNicolin Chen <Guangyu.Chen@freescale.com>2014-04-18 14:27:36 +0800
commit2065e03869bb3ae5f04fe5d42fec1a489d8c56ae (patch)
tree88c958d4a13bd9b5a5ded44e432f862b2785e694
parentb8297f9f09dacb90f0363aa9d8dc7a6e4c8984ea (diff)
ENGR00309297-2 ARM: imx6sx: Updata asrc_p2p DT bindings
Since we changed asrc_p2p's DT bindings to support record case, we should update it in imx6sx platform as well. Acked-by: Wang Shengjiu <b02247@freescale.com> Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com> (cherry picked from commit 94b2a00e1a6f17669975dcaa9fdd02fa695b7600)
-rw-r--r--arch/arm/boot/dts/imx6sx.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index 140fbcb4ea74..46a65cc9d258 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -272,8 +272,8 @@
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";