提交 1cfadea8 编写于 作者: P Paul Burton 提交者: Linus Walleij

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: NPaul Burton <paul.burton@imgtec.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 dfaf19de
...@@ -394,6 +394,7 @@ static int pch_gpio_probe(struct pci_dev *pdev, ...@@ -394,6 +394,7 @@ static int pch_gpio_probe(struct pci_dev *pdev,
pci_set_drvdata(pdev, chip); pci_set_drvdata(pdev, chip);
spin_lock_init(&chip->spinlock); spin_lock_init(&chip->spinlock);
pch_gpio_setup(chip); pch_gpio_setup(chip);
chip->gpio.of_node = pdev->dev.of_node;
ret = gpiochip_add(&chip->gpio); ret = gpiochip_add(&chip->gpio);
if (ret) { if (ret) {
dev_err(&pdev->dev, "PCH gpio: Failed to register GPIO\n"); dev_err(&pdev->dev, "PCH gpio: Failed to register GPIO\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册