commit | 2dd2f3ea6d2a5f685c7a275cad7e2526f899e439 | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Sat May 01 17:05:23 2021 +0200 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Wed May 12 16:27:57 2021 +0530 |
tree | 209088a7f6675306962575419b0563da137dd517 | |
parent | b1aef0384fcce4ae9cb8485c0df0cdc64bc0cf83 [diff] |
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>