]> git.ipfire.org Git - thirdparty/linux.git/commit
gpio: thunderx: Replace of_node_to_fwnode() with more suitable API
authorAndy Shevchenko <andy.shevchenko@gmail.com>
Thu, 22 Aug 2024 22:53:00 +0000 (01:53 +0300)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 2 Sep 2024 10:27:36 +0000 (12:27 +0200)
commit6d6395cd500fccd407edf7480ea7d53ea4cf8345
tree15780b6011eaf3ead7f0c2ede2309f43f4c86f8b
parent5482f1a5c2003829be84cf4fa9d23b7ec65acf8c
gpio: thunderx: 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/20240822225300.707178-1-andy.shevchenko@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-thunderx.c