Re: [PATCH v3 2/3] arm64: dts: Add APM X-Gene DMA device and DMA clock DTS nodes

2015-01-19 Thread Arnd Bergmann
On Monday 19 January 2015 20:11:22 Rameshwar Sahu wrote: > > > > > The value should be > > > > dma-ranges = <0x40 0x0 0x40 0x0 0x200 0>; > > > > then it should be : > > dma-ranges = <0x40 0x0 0x40 0x0 0x400 0>; > > > to say that any DMA to physical addresses from 0 to 0x3f.

Re: [PATCH v3 2/3] arm64: dts: Add APM X-Gene DMA device and DMA clock DTS nodes

2015-01-19 Thread Rameshwar Sahu
Thanks, with regards, Ram On Mon, Jan 19, 2015 at 8:11 PM, Rameshwar Sahu wrote: > Hi Arnd, > > > > > > > Thanks, > with regards, > Ram > > On Mon, Jan 19, 2015 at 7:10 PM, Arnd Bergmann wrote: >> >> On Monday 19 January 2015 18:11:08 Rameshwar Prasad Sahu wrote: >> > diff --git

Re: [PATCH v3 2/3] arm64: dts: Add APM X-Gene DMA device and DMA clock DTS nodes

2015-01-19 Thread Arnd Bergmann
On Monday 19 January 2015 18:11:08 Rameshwar Prasad Sahu wrote: > diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi > b/arch/arm64/boot/dts/apm/apm-storm.dtsi > index f1ad9c2..e20da23 100644 > --- a/arch/arm64/boot/dts/apm/apm-storm.dtsi > +++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi > @@

[PATCH v3 2/3] arm64: dts: Add APM X-Gene DMA device and DMA clock DTS nodes

2015-01-19 Thread Rameshwar Prasad Sahu
This patch adds the device tree node for APM X-Gene SoC DMA controller and DMA clock. Signed-off-by: Rameshwar Prasad Sahu Signed-off-by: Loc Ho --- arch/arm64/boot/dts/apm/apm-storm.dtsi | 28 1 file changed, 28 insertions(+) diff --git

Re: [PATCH v3 2/3] arm64: dts: Add APM X-Gene DMA device and DMA clock DTS nodes

2015-01-19 Thread Arnd Bergmann
On Monday 19 January 2015 18:11:08 Rameshwar Prasad Sahu wrote: diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi index f1ad9c2..e20da23 100644 --- a/arch/arm64/boot/dts/apm/apm-storm.dtsi +++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi @@ -103,6

[PATCH v3 2/3] arm64: dts: Add APM X-Gene DMA device and DMA clock DTS nodes

2015-01-19 Thread Rameshwar Prasad Sahu
This patch adds the device tree node for APM X-Gene SoC DMA controller and DMA clock. Signed-off-by: Rameshwar Prasad Sahu rs...@apm.com Signed-off-by: Loc Ho l...@apm.com --- arch/arm64/boot/dts/apm/apm-storm.dtsi | 28 1 file changed, 28 insertions(+) diff --git

Re: [PATCH v3 2/3] arm64: dts: Add APM X-Gene DMA device and DMA clock DTS nodes

2015-01-19 Thread Rameshwar Sahu
Thanks, with regards, Ram On Mon, Jan 19, 2015 at 8:11 PM, Rameshwar Sahu rs...@apm.com wrote: Hi Arnd, Thanks, with regards, Ram On Mon, Jan 19, 2015 at 7:10 PM, Arnd Bergmann a...@arndb.de wrote: On Monday 19 January 2015 18:11:08 Rameshwar Prasad Sahu wrote: diff --git

Re: [PATCH v3 2/3] arm64: dts: Add APM X-Gene DMA device and DMA clock DTS nodes

2015-01-19 Thread Arnd Bergmann
On Monday 19 January 2015 20:11:22 Rameshwar Sahu wrote: The value should be dma-ranges = 0x40 0x0 0x40 0x0 0x200 0; then it should be : dma-ranges = 0x40 0x0 0x40 0x0 0x400 0; to say that any DMA to physical addresses from 0 to 0x3f. No, the property above