Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dpll: zl3073x: Associate pin with fwnode handle

Associate the registered DPLL pin with its firmware node by calling
dpll_pin_fwnode_set().

This links the created pin object to its corresponding DT/ACPI node
in the DPLL core. Consequently, this enables consumer drivers (such as
network drivers) to locate and request this specific pin using the
fwnode_dpll_pin_find() helper.

Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
Reviewed-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
Link: https://patch.msgid.link/20260203174002.705176-3-ivecera@redhat.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

authored by

Ivan Vecera and committed by
Paolo Abeni
e6dc7727 d0f4771e

+1
+1
drivers/dpll/zl3073x/dpll.c
··· 1485 1485 rc = PTR_ERR(pin->dpll_pin); 1486 1486 goto err_pin_get; 1487 1487 } 1488 + dpll_pin_fwnode_set(pin->dpll_pin, props->fwnode); 1488 1489 1489 1490 if (zl3073x_dpll_is_input_pin(pin)) 1490 1491 ops = &zl3073x_dpll_input_pin_ops;