clk: ti: change clk_ti_latch() signature
authorDario Binacchi <dariobin@libero.it>
Sat, 1 May 2021 15:05:23 +0000 (17:05 +0200)
committerLokesh Vutla <lokeshvutla@ti.com>
Wed, 12 May 2021 10:57:57 +0000 (16:27 +0530)
commit2dd2f3ea6d2a5f685c7a275cad7e2526f899e439
tree209088a7f6675306962575419b0563da137dd517
parentb1aef0384fcce4ae9cb8485c0df0cdc64bc0cf83
clk: ti: change clk_ti_latch() signature

The clock access functions exported by the clk header use the
struct clk_ti_reg parameter to get the address of the register. This
must also apply to clk_ti_latch(). Changes to TI's clk-mux and
clk-divider drivers prevented the patch from generating compile errors.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
drivers/clk/ti/clk-divider.c
drivers/clk/ti/clk-mux.c
drivers/clk/ti/clk.c
drivers/clk/ti/clk.h