commit | ac7c70552d18334dba3ef10ffec093a382b7cf8b | [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 | 6dfe426e517042402efa3cd461af3ef79ee3025c [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>