gpio: visconti: Replace of_node_to_fwnode() with more suitable API
authorAndy Shevchenko <andy.shevchenko@gmail.com>
Thu, 22 Aug 2024 22:58:18 +0000 (01:58 +0300)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 2 Sep 2024 10:27:36 +0000 (12:27 +0200)
commit35ea26245ec24f89491fec945a15c0b2ae60bab9
treee3f7d898bcc00c12b8a1595f0bad79ec50f0f5b4
parent6d6395cd500fccd407edf7480ea7d53ea4cf8345
gpio: visconti: Replace of_node_to_fwnode() with more suitable API

of_node_to_fwnode() is a IRQ domain specific implementation of
of_fwnode_handle(). Replace the former with more suitable API.

Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20240822225818.707550-1-andy.shevchenko@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-visconti.c