On 18.10.2021 14:54, 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> > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> > Acked-by: Chanwoo Choi <cw00.choi@xxxxxxxxxxx> > --- > v2: moved include/dt-bindings/clock/exynos*.h changes to separate file Patch applied, thank you.