powerpc/fsl: Added aliased MSIIR register address to MSI node in dts
authorDiana CRACIUN <Diana.Craciun@freescale.com>
Wed, 1 Feb 2012 15:50:34 +0000 (17:50 +0200)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 16 Mar 2012 21:15:19 +0000 (16:15 -0500)
The MSIIR register for each MSI bank is aliased to a different
address. The MSI node reg property was updated to contain this
address:

e.g. reg = <0x41600 0x200 0x44140 4>;

The first region contains the address and length of the MSI
register set and the second region contains the address of
the aliased MSIIR register at 0x44140.

Signed-off-by: Diana CRACIUN <Diana.Craciun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found