aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/celleb/setup.c
diff options
context:
space:
mode:
authorIshizaki Kou <kou.ishizaki@toshiba.co.jp>2007-10-02 18:26:53 +1000
committerPaul Mackerras <paulus@samba.org>2007-10-03 13:25:28 +1000
commitda0bd34e03b48f366a29e0ecdb24f8a0fe856d40 (patch)
treeb2719a810e67826dbde6079ff73f091060f92ddf /arch/powerpc/platforms/celleb/setup.c
parent[POWERPC] Celleb: Serial I/O update (diff)
downloadlinux-dev-da0bd34e03b48f366a29e0ecdb24f8a0fe856d40.tar.xz
linux-dev-da0bd34e03b48f366a29e0ecdb24f8a0fe856d40.zip
[POWERPC] Celleb: update for PCI
This adds support for the PCI bus on Celleb with new "I/O routines for PowerPC." External PCI on Celleb must do explicit synchronization with devices (Bus has no automatic synchronization feature). Signed-off-by: Kou Ishizaki <Kou.Ishizaki@toshiba.co.jp> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/platforms/celleb/setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/celleb/setup.c b/arch/powerpc/platforms/celleb/setup.c
index 59731e836e28..0f1dddb81cd2 100644
--- a/arch/powerpc/platforms/celleb/setup.c
+++ b/arch/powerpc/platforms/celleb/setup.c
@@ -137,6 +137,8 @@ static int __init celleb_publish_devices(void)
/* Publish OF platform devices for southbridge IOs */
of_platform_bus_probe(NULL, celleb_bus_ids, NULL);
+ celleb_pci_workaround_init();
+
return 0;
}
device_initcall(celleb_publish_devices);