diff options
author | Mai La <mla@apm.com> | 2012-03-18 17:59:08 (GMT) |
---|---|---|
committer | Josh Boyer <jwboyer@gmail.com> | 2012-05-03 12:49:31 (GMT) |
commit | 247540b03bfcbbe26b86692c9424195d76eb67f0 (patch) | |
tree | 3b916c932b00f0fb890b22f0114c724df03241c6 /arch/powerpc/platforms/44x | |
parent | 47da421981571c69ef29740cc55fa7248682e167 (diff) | |
download | linux-247540b03bfcbbe26b86692c9424195d76eb67f0.tar.xz |
powerpc/44x: Fix PCI MSI support for Maui APM821xx SoC and Bluestone board
This patch consists of:
- Enable PCI MSI as default for Bluestone board
- Change definition of number of MSI interrupts as it depends on SoC
- Fix returning ENODEV as finding MSI node
- Fix MSI physical high and low address
- Keep MSI data logically
Signed-off-by: Mai La <mla@apm.com>
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Diffstat (limited to 'arch/powerpc/platforms/44x')
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index 2e4e64a..8abf6fb8 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig @@ -23,6 +23,8 @@ config BLUESTONE default n select PPC44x_SIMPLE select APM821xx + select PCI_MSI + select PPC4xx_MSI select PPC4xx_PCI_EXPRESS select IBM_EMAC_RGMII help |