[PATCH] dts-bindings/fsl/dma.txt: fix IRQ number in mpc83xx dma example

Kumar Gala galak at kernel.crashing.org
Thu Jan 15 01:35:27 EST 2009


On Jan 14, 2009, at 8:21 AM, Anton Vorontsov wrote:

> Hi Peter,
>
> On Wed, Jan 14, 2009 at 03:14:13PM +0100, Peter Korsgaard wrote:
>> The DMAC IRQ number of the mpc8349 is 71 and not 47, according to
>> http://www.freescale.com/files/32bit/doc/ref_manual/MPC8349EARMAD.pdf
>>
>> Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
>> ---
>> Documentation/powerpc/dts-bindings/fsl/dma.txt |    2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/Documentation/powerpc/dts-bindings/fsl/dma.txt b/ 
>> Documentation/powerpc/dts-bindings/fsl/dma.txt
>> index cc45311..3df1552 100644
>> --- a/Documentation/powerpc/dts-bindings/fsl/dma.txt
>> +++ b/Documentation/powerpc/dts-bindings/fsl/dma.txt
>> @@ -38,7 +38,7 @@ Example:
>> 		reg = <82a8 4>;
>> 		ranges = <0 8100 1a4>;
>> 		interrupt-parent = <&ipic>;
>> -		interrupts = <47 8>;
>> +		interrupts = <71 8>;
>
> 0x47 = 71 ;-) The example is in the dts-v0 format, all the numbers
> are hexadecimal.

I'm all for changing the docs to dts-v1 syntax but if you are going to  
do that.  Do it completely for the file.

(reg, ranges, etc..)

- k



More information about the Linuxppc-dev mailing list