|
@@ -215,6 +215,7 @@ static void pch_gpio_setup(struct pch_gpio *chip)
|
|
struct gpio_chip *gpio = &chip->gpio;
|
|
struct gpio_chip *gpio = &chip->gpio;
|
|
|
|
|
|
gpio->label = dev_name(chip->dev);
|
|
gpio->label = dev_name(chip->dev);
|
|
|
|
+ gpio->dev = chip->dev;
|
|
gpio->owner = THIS_MODULE;
|
|
gpio->owner = THIS_MODULE;
|
|
gpio->direction_input = pch_gpio_direction_input;
|
|
gpio->direction_input = pch_gpio_direction_input;
|
|
gpio->get = pch_gpio_get;
|
|
gpio->get = pch_gpio_get;
|