Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c868fc6 authored by Alexander Stein's avatar Alexander Stein Committed by Linus Walleij
Browse files

gpio-pch: Set parent dev for gpio chip



This will show the gpio chip as a child node
under /sys/bus/pci/devices/xxxx:xx:xx.x/

Signed-off-by: default avatarAlexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 16310819
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -215,6 +215,7 @@ static void pch_gpio_setup(struct pch_gpio *chip)
	struct gpio_chip *gpio = &chip->gpio;

	gpio->label = dev_name(chip->dev);
	gpio->dev = chip->dev;
	gpio->owner = THIS_MODULE;
	gpio->direction_input = pch_gpio_direction_input;
	gpio->get = pch_gpio_get;