diff options
author | Jason Jin <Jason.jin@freescale.com> | 2008-05-23 04:32:47 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-06-02 15:44:24 -0400 |
commit | 0023352f56f90d01de67f995e248fe4c5308a497 (patch) | |
tree | 46769472229ebfce9f89b25981484653008b6344 /arch/powerpc/boot | |
parent | 34e36c1541fe70e5b3842a3278c0e7631d31f4cb (diff) |
[POWERPC] 86xx: Enable MSI support for MPC8610HPCD board
This patch enable the MSI on 8610hpcd board.
Through the msi-available-ranges property, All the 256
msi interrupts can be tested on this board.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8610_hpcd.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8610_hpcd.dts b/arch/powerpc/boot/dts/mpc8610_hpcd.dts index 08a780d89807..fa9c297501aa 100644 --- a/arch/powerpc/boot/dts/mpc8610_hpcd.dts +++ b/arch/powerpc/boot/dts/mpc8610_hpcd.dts | |||
@@ -182,6 +182,22 @@ | |||
182 | big-endian; | 182 | big-endian; |
183 | }; | 183 | }; |
184 | 184 | ||
185 | msi@41600 { | ||
186 | compatible = "fsl,mpc8610-msi", "fsl,mpic-msi"; | ||
187 | reg = <0x41600 0x80>; | ||
188 | msi-available-ranges = <0 0x100>; | ||
189 | interrupts = < | ||
190 | 0xe0 0 | ||
191 | 0xe1 0 | ||
192 | 0xe2 0 | ||
193 | 0xe3 0 | ||
194 | 0xe4 0 | ||
195 | 0xe5 0 | ||
196 | 0xe6 0 | ||
197 | 0xe7 0>; | ||
198 | interrupt-parent = <&mpic>; | ||
199 | }; | ||
200 | |||
185 | global-utilities@e0000 { | 201 | global-utilities@e0000 { |
186 | compatible = "fsl,mpc8610-guts"; | 202 | compatible = "fsl,mpc8610-guts"; |
187 | reg = <0xe0000 0x1000>; | 203 | reg = <0xe0000 0x1000>; |