]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpio: tegra: Replace of_node_to_fwnode() with more suitable API
authorAndy Shevchenko <andy.shevchenko@gmail.com>
Thu, 22 Aug 2024 22:38:45 +0000 (01:38 +0300)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 2 Sep 2024 10:27:36 +0000 (12:27 +0200)
commitc1e4e5dc9bbf995e81884b2988502fded54542e4
tree69f91da62d4837f675fdc39d60a5114c2e686930
parent30a32e93117abf8b467897f4814e9b1261b3b803
gpio: tegra: 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/20240822223845.706346-1-andy.shevchenko@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-tegra.c