[PATCHv5 2/2] clk: keystone: Add sci-clk driver support
From: Stephen Boyd <hidden>
Date: 2017-06-14 16:05:34
Also in:
linux-clk
From: Stephen Boyd <hidden>
Date: 2017-06-14 16:05:34
Also in:
linux-clk
On 06/13, Tero Kristo wrote:
In K2G, the clock handling is done through firmware executing on a separate core. Linux kernel needs to communicate to the firmware through TI system control interface to access any power management related resources, including clocks. The keystone sci-clk driver does this, by communicating to the firmware through the TI SCI driver. The driver adds support for registering clocks through DT, and basic required clock operations like prepare/get_rate, etc. Signed-off-by: Tero Kristo <redacted> ---
Applied to clk-next + made ti_sci_init_clocks() static -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project