Browse Source

[POWERPC] pmi probe device by device-type

At the moment the pmi device driver is probing for devices with
a given type and a given name. As there may be devices of
the same type but with a different name, probing should be
done also for device type only.

Signed-off-by: Christian Krafft <krafft@de.ibm.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Christian Krafft 18 years ago
parent
commit
4a065f9418
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/powerpc/sysdev/pmi.c

+ 1 - 0
arch/powerpc/sysdev/pmi.c

@@ -118,6 +118,7 @@ out:
 
 
 static struct of_device_id pmi_match[] = {
 static struct of_device_id pmi_match[] = {
 	{ .type = "ibm,pmi", .name = "ibm,pmi" },
 	{ .type = "ibm,pmi", .name = "ibm,pmi" },
+	{ .type = "ibm,pmi" },
 	{},
 	{},
 };
 };