[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131227085322.GA3367@S2101-09.ap.freescale.net>
Date: Fri, 27 Dec 2013 16:53:27 +0800
From: Shawn Guo <shawn.guo@...aro.org>
To: Xiubo Li <Li.Xiubo@...escale.com>
CC: <broonie@...nel.org>, <alsa-devel@...a-project.org>,
Jingchang Lu <b35083@...escale.com>,
<linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCHv4 2/4] ARM: dts: Add Freescale SAI ALSA SoC Digital Audio
Interface node for VF610.
On Fri, Dec 20, 2013 at 09:03:05AM +0800, Xiubo Li wrote:
> This patch adds the SAI's edma mux Tx and Rx support.
>
> Signed-off-by: Xiubo Li <Li.Xiubo@...escale.com>
> Signed-off-by: Jingchang Lu <b35083@...escale.com>
> ---
> arch/arm/boot/dts/vf610.dtsi | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi
> index e84d84c..2d6ddd0 100644
> --- a/arch/arm/boot/dts/vf610.dtsi
> +++ b/arch/arm/boot/dts/vf610.dtsi
> @@ -166,6 +166,9 @@
> interrupts = <0 86 0x04>;
> clocks = <&clks VF610_CLK_SAI2>;
> clock-names = "sai";
> + dma-names = "tx", "rx";
> + dmas = <&edma0 0 VF610_EDMA_MUXID0_SAI2_TX>,
> + <&edma0 0 VF610_EDMA_MUXID0_SAI2_RX>;
Where are these VF610_EDMA_MUXID0_* macros defined? I cannot find them
in my tree.
Shawn
> status = "disabled";
> };
>
> --
> 1.8.4
>
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@...ts.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists