mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
[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>
This commit is contained in:
parent
79baf4a60e
commit
4a065f9418
@ -118,6 +118,7 @@ out:
|
||||
|
||||
static struct of_device_id pmi_match[] = {
|
||||
{ .type = "ibm,pmi", .name = "ibm,pmi" },
|
||||
{ .type = "ibm,pmi" },
|
||||
{},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user