Introduce support for bus clocks into the Broadcom Kona common clock
driver. Most of these functions have been adapted from their peripheral
clock counterparts, as they are nearly identical (bus clocks are just
much more limited in terms of allowed operations).
Signed-off-by: Artur Weber <aweber.kernel@xxxxxxxxx>
---. . .
drivers/clk/bcm/clk-kona-setup.c | 116 +++++++++++++++++++++++++++++++++++++++
drivers/clk/bcm/clk-kona.c | 62 ++++++++++++++++++++-
drivers/clk/bcm/clk-kona.h | 10 ++++
3 files changed, 187 insertions(+), 1 deletion(-)