]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: dwapb: Switch to use fwnode instead of of_node
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 23 Dec 2021 10:38:09 +0000 (12:38 +0200)
committerBartosz Golaszewski <brgl@bgdev.pl>
Mon, 3 Jan 2022 10:06:18 +0000 (11:06 +0100)
commit7a8ff20666d2f1d2caf375053af4d1e1b0ba406b
tree2c20294c09aa711ffb33ce0970ba051c1e30187f
parent9630f2d9249d1103c00c993568dc3c0d3e125421
gpio: dwapb: Switch to use fwnode instead of of_node

GPIO library now accepts fwnode as a firmware node, so
switch the driver to use it and hence rectify the ACPI
case which uses software nodes.

Note, in this case it's rather logical fix that doesn't
affect functionality, thus no backporting required.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Serge Semin <fancer.lancer@gmail.com>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
drivers/gpio/gpio-dwapb.c