Thread (181 messages) 181 messages, 8 authors, 2009-11-28

Re: [RFC PATCH 12/19] powerpc: gamecube: platform support

From: Segher Boessenkool <hidden>
Date: 2009-11-24 21:32:21

+static struct of_device_id gamecube_of_bus[] = {
+	{ .compatible = "nintendo,flipper", },
+	{ },
+};
+
+static int __init gamecube_device_probe(void)
+{
+	if (!machine_is(gamecube))
+		return 0;
+
+	of_platform_bus_probe(NULL, gamecube_of_bus, NULL);
+	return 0;
+}
You really do not need a platform bus as far as I can see?


Segher
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help