|
@@ -591,7 +591,7 @@ static int ab8500_irq_init(struct ab8500 *ab8500, struct device_node *np)
|
|
num_irqs = AB8500_NR_IRQS;
|
|
num_irqs = AB8500_NR_IRQS;
|
|
|
|
|
|
/* If ->irq_base is zero this will give a linear mapping */
|
|
/* If ->irq_base is zero this will give a linear mapping */
|
|
- ab8500->domain = irq_domain_add_simple(NULL,
|
|
|
|
|
|
+ ab8500->domain = irq_domain_add_simple(ab8500->dev->of_node,
|
|
num_irqs, 0,
|
|
num_irqs, 0,
|
|
&ab8500_irq_ops, ab8500);
|
|
&ab8500_irq_ops, ab8500);
|
|
|
|
|