Message ID | 1510750608-8697-3-git-send-email-eugen.hristev@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi, On 15/11/2017 at 14:56:46 +0200, Eugen Hristev wrote: > Added DMA property for ADC device > > Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> > --- > arch/arm/boot/dts/sama5d2.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > This didn't apply cleanly, please check https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git/commit/?h=at91-dt&id=0ae80c039ef2407c08842ddde892af0c9128711b > diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi > index 38d2216..ca8bf13 100644 > --- a/arch/arm/boot/dts/sama5d2.dtsi > +++ b/arch/arm/boot/dts/sama5d2.dtsi > @@ -1430,6 +1430,8 @@ > atmel,min-sample-rate-hz = <200000>; > atmel,max-sample-rate-hz = <20000000>; > atmel,startup-time-ms = <4>; > + dmas = <&dma0 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) | AT91_XDMAC_DT_PERID(25))>; > + dma-names = "rx"; > status = "disabled"; > }; > > -- > 2.7.4 >
On 29.11.2017 23:05, Alexandre Belloni wrote: > Hi, > > On 15/11/2017 at 14:56:46 +0200, Eugen Hristev wrote: >> Added DMA property for ADC device >> >> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> >> --- >> arch/arm/boot/dts/sama5d2.dtsi | 2 ++ >> 1 file changed, 2 insertions(+) >> > > This didn't apply cleanly, please check > https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git/commit/?h=at91-dt&id=0ae80c039ef2407c08842ddde892af0c9128711b Hi, I tested on your tree and looked over the file, and it's all good. Thanks. > >> diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi >> index 38d2216..ca8bf13 100644 >> --- a/arch/arm/boot/dts/sama5d2.dtsi >> +++ b/arch/arm/boot/dts/sama5d2.dtsi >> @@ -1430,6 +1430,8 @@ >> atmel,min-sample-rate-hz = <200000>; >> atmel,max-sample-rate-hz = <20000000>; >> atmel,startup-time-ms = <4>; >> + dmas = <&dma0 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) | AT91_XDMAC_DT_PERID(25))>; >> + dma-names = "rx"; >> status = "disabled"; >> }; >> >> -- >> 2.7.4 >> > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" 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/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index 38d2216..ca8bf13 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -1430,6 +1430,8 @@ atmel,min-sample-rate-hz = <200000>; atmel,max-sample-rate-hz = <20000000>; atmel,startup-time-ms = <4>; + dmas = <&dma0 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) | AT91_XDMAC_DT_PERID(25))>; + dma-names = "rx"; status = "disabled"; };
Added DMA property for ADC device Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> --- arch/arm/boot/dts/sama5d2.dtsi | 2 ++ 1 file changed, 2 insertions(+)