Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1515594
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 3/4] ARM: dts: am33xx: add DMA properties for tscadc |
| Date | 2016-11-05 18:40 +0100 |
| Message-ID | <sAd6G-2mR-27@gated-at.bofh.it> (permalink) |
| References | <soQn7-7dj-3@gated-at.bofh.it> <soQn8-7dj-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 05/10/16 10:04, Mugunthan V N wrote:
> Add DMA properties for tscadc
>
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
The support in the driver is now working it's way through iio.git towards
linux-next. I'm guessing this and the next patch will ultimately go through
arm-soc.
Shout if you'd rather I took them through the iio tree.
Thanks,
Jonathan
> ---
> arch/arm/boot/dts/am33xx.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
> index 98748c6..6d607b8 100644
> --- a/arch/arm/boot/dts/am33xx.dtsi
> +++ b/arch/arm/boot/dts/am33xx.dtsi
> @@ -917,6 +917,8 @@
> interrupts = <16>;
> ti,hwmods = "adc_tsc";
> status = "disabled";
> + dmas = <&edma 53 0>, <&edma 57 0>;
> + dma-names = "fifo0", "fifo1";
>
> tsc {
> compatible = "ti,am3359-tsc";
>
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH v3 3/4] ARM: dts: am33xx: add DMA properties for tscadc Jonathan Cameron <jic23@kernel.org> - 2016-11-05 18:40 +0100 Re: [PATCH v3 3/4] ARM: dts: am33xx: add DMA properties for tscadc Tony Lindgren <tony@atomide.com> - 2016-11-09 23:30 +0100
csiph-web