mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
gpio: pch: allow use from device tree
Allow GPIOs from the gpio-pch driver to be referenced from device tree by simply setting the struct gpio_chip of_node pointer to that of the struct pci_dev. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
dfaf19de59
commit
1cfadea8f3
@ -394,6 +394,7 @@ static int pch_gpio_probe(struct pci_dev *pdev,
|
||||
pci_set_drvdata(pdev, chip);
|
||||
spin_lock_init(&chip->spinlock);
|
||||
pch_gpio_setup(chip);
|
||||
chip->gpio.of_node = pdev->dev.of_node;
|
||||
ret = gpiochip_add(&chip->gpio);
|
||||
if (ret) {
|
||||
dev_err(&pdev->dev, "PCH gpio: Failed to register GPIO\n");
|
||||
|
Loading…
Reference in New Issue
Block a user