From: Charles Keepax Date: Sun, 29 Sep 2013 20:00:37 +0000 (+0100) Subject: gpio: arizona: Use the of_node from the Arizona device X-Git-Tag: v3.13-rc1~120^2~44 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=4bbd6f2e4902b18fcf5861d36588729c93ecda40;p=~andy%2Flinux gpio: arizona: Use the of_node from the Arizona device We need to use the of_node from the main Arizona device as that holds our configuration. Signed-off-by: Charles Keepax Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-arizona.c b/drivers/gpio/gpio-arizona.c index a2bec3c6db9..dceb5dcf9d1 100644 --- a/drivers/gpio/gpio-arizona.c +++ b/drivers/gpio/gpio-arizona.c @@ -109,6 +109,9 @@ static int arizona_gpio_probe(struct platform_device *pdev) arizona_gpio->arizona = arizona; arizona_gpio->gpio_chip = template_chip; arizona_gpio->gpio_chip.dev = &pdev->dev; +#ifdef CONFIG_OF_GPIO + arizona_gpio->gpio_chip.of_node = arizona->dev->of_node; +#endif switch (arizona->type) { case WM5102: