On 15.10.2021 11:39, Marek Szyprowski wrote:
__clk_lookup() interface is obsolete, so remove it from the Samsung clock drivers. This has been achieved by getting rid of custom _get_rate() helper and replacing it with clk_hw_get_rate(). Signed-off-by: Marek Szyprowski<m.szyprowski@xxxxxxxxxxx> --- This patch is based on top of the "[RFT PATCH v4 0/2] clk: samsung: add common support for CPU clocks" patchset: https://lore.kernel.org/linux-samsung-soc/20211014195347.3635601-1-willmcvicker@xxxxxxxxxx/ Tested on the following Exynos SoC based boards: 4210, 4412, 5250 and 5422. S3C2410, S3C64XX and S5PV210 are only compile-tested.
Thanks Marek for that refactoring, could you just split DT binding parts into a separate patch?