diff --git a/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c b/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c index 45a20f1c3..c9c4fc5d6 100644 --- a/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c +++ b/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c @@ -540,7 +540,7 @@ static int gpio_keys_button_probe(struct platform_device *pdev, #if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 3, 0) bdata->gpiod = devm_fwnode_gpiod_get(dev, - of_fwnode_handle(child), "gpios", GPIOD_IN, + of_fwnode_handle(child), NULL, GPIOD_IN, desc); #else bdata->gpiod = devm_gpiod_get_from_of_node(dev,