Commit e286c8f8 authored by Eric Brower's avatar Eric Brower Committed by David S. Miller

[SPARC64]: SUNW,lombus device has nonstandard ebus child regs too.

parent 6ae7421f
...@@ -424,7 +424,8 @@ void __init fill_ebus_child(int node, struct linux_prom_registers *preg, ...@@ -424,7 +424,8 @@ void __init fill_ebus_child(int node, struct linux_prom_registers *preg,
static int __init child_regs_nonstandard(struct linux_ebus_device *dev) static int __init child_regs_nonstandard(struct linux_ebus_device *dev)
{ {
if (!strcmp(dev->prom_name, "i2c")) if (!strcmp(dev->prom_name, "i2c") ||
!strcmp(dev->prom_name, "SUNW,lombus"))
return 1; return 1;
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment