Message ID | 20161005090443.24576-4-mugunthanvnm@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 05/10/16 10:04, Mugunthan V N wrote: > Add DMA properties for tscadc > > Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Do the binding docs need updating to reflect this? I can't immediately find the relevant doc to check! 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"; > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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"; > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
* Jonathan Cameron <jic23@kernel.org> [161105 10:35]: > 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. Applying the dts related patches 3 and 4 into omap-for-v4.10/dt thanks. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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";
Add DMA properties for tscadc Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> --- arch/arm/boot/dts/am33xx.dtsi | 2 ++ 1 file changed, 2 insertions(+)