Re: [PATCH 1/3] clk: samsung: Add clk ID definitions for the CPU parent clocks

From: Krzysztof Kozlowski
Date: Fri Aug 28 2020 - 02:32:40 EST


On Wed, Aug 26, 2020 at 07:15:27PM +0200, Sylwester Nawrocki wrote:
> Add clock ID definitions for the CPU parent clocks for SoCs
> which don't have such definitions yet. This will allow us to
> reference the parent clocks directly by cached struct clk_hw
> pointers in the clock provider, rather than doing clk lookup
> by name.
>
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx>
> ---
> include/dt-bindings/clock/exynos5250.h | 4 +++-
> include/dt-bindings/clock/exynos5420.h | 5 +++++
> 2 files changed, 8 insertions(+), 1 deletion(-)


Reviewed-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>

Best regards,
Krzysztof