diff options
author | Nicolin Chen <Guangyu.Chen@freescale.com> | 2014-04-18 02:19:32 -0400 |
---|---|---|
committer | Nicolin Chen <Guangyu.Chen@freescale.com> | 2014-04-18 02:24:48 -0400 |
commit | 94b2a00e1a6f17669975dcaa9fdd02fa695b7600 (patch) | |
tree | 88c958d4a13bd9b5a5ded44e432f862b2785e694 /arch/arm/boot | |
parent | cc678a578ef873127b8237680282f1cd55fe1873 (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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6sx.dtsi | 4 |
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 @@ | |||
272 | 272 | ||
273 | asrc_p2p: asrc_p2p { | 273 | asrc_p2p: asrc_p2p { |
274 | compatible = "fsl,imx6q-asrc-p2p"; | 274 | compatible = "fsl,imx6q-asrc-p2p"; |
275 | fsl,output-rate = <48000>; | 275 | fsl,p2p-rate = <48000>; |
276 | fsl,output-width = <16>; | 276 | fsl,p2p-width = <16>; |
277 | fsl,asrc-dma-rx-events = <17 18 19>; | 277 | fsl,asrc-dma-rx-events = <17 18 19>; |
278 | fsl,asrc-dma-tx-events = <20 21 22>; | 278 | fsl,asrc-dma-tx-events = <20 21 22>; |
279 | status = "okay"; | 279 | status = "okay"; |