]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: ethernet: ti: am65-cpsw-nuss: Replace of_node_to_fwnode() with more suitable API
authorAndy Shevchenko <andy.shevchenko@gmail.com>
Thu, 22 Aug 2024 23:05:50 +0000 (02:05 +0300)
committerJakub Kicinski <kuba@kernel.org>
Tue, 27 Aug 2024 19:56:29 +0000 (12:56 -0700)
commit3333df3b4bc8904768c0fd3d8a93564163c7962d
tree8e80995b9eab1a875eeefac85398402d1e6322b1
parent3d6a0c4f4552c8b08ba63b9da97c8255db4c6a56
net: ethernet: ti: am65-cpsw-nuss: 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>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240822230550.708112-1-andy.shevchenko@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/ti/am65-cpsw-nuss.c