mfd: arizona: Add MICVDD to mapped regulators for wm8997
[deliverable/linux.git] / drivers / mfd / tc3589x.c
index bd83accc0f6dd4d14dd5cafa73da8d41a1086365..0072e668c208abc22608b245395323f7122f3283 100644 (file)
@@ -236,7 +236,7 @@ static void tc3589x_irq_unmap(struct irq_domain *d, unsigned int virq)
 static struct irq_domain_ops tc3589x_irq_ops = {
        .map    = tc3589x_irq_map,
        .unmap  = tc3589x_irq_unmap,
-       .xlate  = irq_domain_xlate_twocell,
+       .xlate  = irq_domain_xlate_onecell,
 };
 
 static int tc3589x_irq_init(struct tc3589x *tc3589x, struct device_node *np)
This page took 0.031218 seconds and 5 git commands to generate.