]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
pinctrl: lynxpoint: Enable pin configuration setting for GPIO chip
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 11 Nov 2020 11:34:32 +0000 (13:34 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 12 Nov 2020 10:03:49 +0000 (12:03 +0200)
commit1d112baae84844f3737193c39ac5069f5980ecd1
tree2ee10ded617f98a88dec10733acf2a496ef38d35
parentd25dd66ae732f7752760d8f9306ba495de9dee8e
pinctrl: lynxpoint: Enable pin configuration setting for GPIO chip

It appears that pin configuration for GPIO chip hasn't been enabled yet
due to absence of ->set_config() callback.

Enable it here for Intel Lynxpoint PCH.

Depends-on: 2956b5d94a76 ("pinctrl / gpio: Introduce .set_config() callback for GPIO chips")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/pinctrl/intel/pinctrl-lynxpoint.c