Browse Source

gpio: rcar: Add support for DT IRQ flags

The gpio-rcar driver has no IRQ domain OF xlate function and thus
ignores IRQ flags specified in DT. Fix this by using the two-cell xlate
function.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Laurent Pinchart 11 years ago
parent
commit
fe132649b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/gpio/gpio-rcar.c

+ 1 - 0
drivers/gpio/gpio-rcar.c

@@ -284,6 +284,7 @@ static int gpio_rcar_irq_domain_map(struct irq_domain *h, unsigned int irq,
 
 
 static struct irq_domain_ops gpio_rcar_irq_domain_ops = {
 static struct irq_domain_ops gpio_rcar_irq_domain_ops = {
 	.map	= gpio_rcar_irq_domain_map,
 	.map	= gpio_rcar_irq_domain_map,
+	.xlate	= irq_domain_xlate_twocell,
 };
 };
 
 
 struct gpio_rcar_info {
 struct gpio_rcar_info {