clk: keystone: Add sci-clk driver support
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 <t-kristo@ti.com> [sboyd@codeaurora.org: Make ti_sci_init_clocks() static] Signed-off-by:
Stephen Boyd <sboyd@codeaurora.org>
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- drivers/clk/Kconfig 1 addition, 7 deletionsdrivers/clk/Kconfig
- drivers/clk/Makefile 1 addition, 1 deletiondrivers/clk/Makefile
- drivers/clk/keystone/Kconfig 15 additions, 0 deletionsdrivers/clk/keystone/Kconfig
- drivers/clk/keystone/Makefile 2 additions, 1 deletiondrivers/clk/keystone/Makefile
- drivers/clk/keystone/sci-clk.c 724 additions, 0 deletionsdrivers/clk/keystone/sci-clk.c
Loading
Please register or sign in to comment