| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH v2 11/12] MIPS: ath79: register PCI controller on the PB44 board |
| From: | Gabor Juhos <juhosg@openwrt.org> |
| Date: | Thu, 24 Nov 2011 18:56:06 +0100 |
| Cc: | linux-mips@linux-mips.org, René Bolldorf <xsecute@googlemail.com>, Imre Kaloz <kaloz@openwrt.org>, Gabor Juhos <juhosg@openwrt.org> |
| In-reply-to: | <1322157367-31089-1-git-send-email-juhosg@openwrt.org> |
| References: | <1322157367-31089-1-git-send-email-juhosg@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
The PB44 reference board has two miniPCI slots. Register
the PCI controller to make those usable.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
---
v2: - no changes
arch/mips/ath79/mach-pb44.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/mips/ath79/mach-pb44.c b/arch/mips/ath79/mach-pb44.c
index fe9701a..c5f0ea5 100644
--- a/arch/mips/ath79/mach-pb44.c
+++ b/arch/mips/ath79/mach-pb44.c
@@ -19,6 +19,7 @@
#include "dev-leds-gpio.h"
#include "dev-spi.h"
#include "dev-usb.h"
+#include "pci.h"
#define PB44_GPIO_I2C_SCL 0
#define PB44_GPIO_I2C_SDA 1
@@ -114,6 +115,7 @@ static void __init pb44_init(void)
ath79_register_spi(&pb44_spi_data, pb44_spi_info,
ARRAY_SIZE(pb44_spi_info));
ath79_register_usb();
+ ath79_register_pci();
}
MIPS_MACHINE(ATH79_MACH_PB44, "PB44", "Atheros PB44 reference board",
--
1.7.2.1
|
| Previous by Date: | [PATCH v2 07/12] MIPS: ath79: allow to use board specific pci_plat_dev_init functions, Gabor Juhos |
|---|---|
| Next by Date: | [PATCH v2 06/12] MIPS: ath79: get rid of some ifdefs in mach-ubnt-xm.c, Gabor Juhos |
| Previous by Thread: | [PATCH v2 07/12] MIPS: ath79: allow to use board specific pci_plat_dev_init functions, Gabor Juhos |
| Next by Thread: | [PATCH v2 06/12] MIPS: ath79: get rid of some ifdefs in mach-ubnt-xm.c, Gabor Juhos |
| Indexes: | [Date] [Thread] [Top] [All Lists] |