From: Markus Stockhausen Date: Mon, 18 May 2026 16:06:31 +0000 (+0200) Subject: realtek: irq: switch to of_fwnode_handle() X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da2a5cc3ac2c549e594690a0823051874d63ac9b;p=thirdparty%2Fopenwrt.git realtek: irq: switch to of_fwnode_handle() Kernel 6.19 will get rid of of_node_to_fwnode(). Switch to its successor of_fwnode_handle() that is already available in 6.18. This will simplify a future kernel upgrade. Signed-off-by: Markus Stockhausen Link: https://github.com/openwrt/openwrt/pull/23434 Signed-off-by: Robert Marko --- diff --git a/target/linux/realtek/patches-6.18/314-irqchip-irq-realtek-rtl-add-VPE-support.patch b/target/linux/realtek/patches-6.18/314-irqchip-irq-realtek-rtl-add-VPE-support.patch index 5d85f2ce2ab..caa4e08ed3f 100644 --- a/target/linux/realtek/patches-6.18/314-irqchip-irq-realtek-rtl-add-VPE-support.patch +++ b/target/linux/realtek/patches-6.18/314-irqchip-irq-realtek-rtl-add-VPE-support.patch @@ -310,7 +310,7 @@ Signed-off-by: Markus Stockhausen + if (!domain) + goto domain_err; + -+ output->fwnode = of_node_to_fwnode(node); ++ output->fwnode = of_fwnode_handle(node); + output->output_index = p; + output->domain = domain; +