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)
commit80f60eba9ceea670092f599a6c90ca2cd7794004
tree2c20294c09aa711ffb33ce0970ba051c1e30187f
parent4a08d63c243ae8525c40016ce57b50df515fafaf
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