clk: actions: Introduce dummy get/set_rate callbacks
authorAmit Singh Tomar <amittomer25@gmail.com>
Sun, 28 Nov 2021 11:32:20 +0000 (17:02 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 18 Jan 2022 17:48:17 +0000 (12:48 -0500)
commit234c1672a12f74141deab78b0bfcb37c886ba1b1
tree699c9af6e13145cb3aecd2bca9a63ab91a7aed5f
parent115090ef59ba6a371bed40181af8ceecc5635777
clk: actions: Introduce dummy get/set_rate callbacks

This commit introduces get/set_rate callbacks, these are dummy at
the moment, and can be used to get/set clock for various devices
based on the clk id.

Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
Reviewed-by: Sean Anderson <seanga2@gmail.com>
drivers/clk/owl/clk_owl.c