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@samsung.com>
---
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@kernel.org>
Best regards,
Krzysztof