|
@@ -394,7 +394,9 @@ static int pch_gpio_probe(struct pci_dev *pdev,
|
|
|
pci_set_drvdata(pdev, chip);
|
|
|
spin_lock_init(&chip->spinlock);
|
|
|
pch_gpio_setup(chip);
|
|
|
+#ifdef CONFIG_OF_GPIO
|
|
|
chip->gpio.of_node = pdev->dev.of_node;
|
|
|
+#endif
|
|
|
ret = gpiochip_add(&chip->gpio);
|
|
|
if (ret) {
|
|
|
dev_err(&pdev->dev, "PCH gpio: Failed to register GPIO\n");
|