From da2a5cc3ac2c549e594690a0823051874d63ac9b Mon Sep 17 00:00:00 2001 From: Markus Stockhausen Date: Mon, 18 May 2026 18:06:31 +0200 Subject: [PATCH] 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 --- .../314-irqchip-irq-realtek-rtl-add-VPE-support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; +