soc: fsl: qe: Switch to use fwnode instead of of_node
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 5 Oct 2022 15:29:47 +0000 (18:29 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 2 Nov 2022 11:09:04 +0000 (13:09 +0200)
commitc9eb6e546a23b89d65c87c9192bce372d5abd017
tree22ba82cfd23fe533cee7c2db3211fe7876104b2f
parenta521075d0ab389ec5e1b52a2af01ad41b3cf9792
soc: fsl: qe: Switch to use fwnode instead of of_node

The OF node in the GPIO library is deprecated and soon
will be removed.

GPIO library now accepts fwnode as a firmware node, so
switch the driver to use it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/soc/fsl/qe/gpio.c