[PATCH] drivers: clk: zynqmp: remove clock name dependency
Stephen Boyd
sboyd at kernel.org
Wed Jan 3 17:00:06 PST 2024
Quoting Naman Trivedi Manojbhai (2024-01-02 23:20:17)
> Currently, from zynqmp_get_parent_list() function the clock driver
> references the clock by name instead of its reference from device tree.
> This causes problem when the clock name in the device tree is changed.
>
> Remove hard dependency of clock name and update the logic to use clock
> reference from device tree instead of clock name.
Please use struct clk_parent_data instead.
More information about the linux-arm-kernel
mailing list