commit | 5a6caf916cb302a6b83edce8c60d830d9261956d | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Sat May 01 17:05:25 2021 +0200 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Wed May 12 16:27:57 2021 +0530 |
tree | 8b5d77bae84ba6fa06f7bdf0550f3fb492c1d43f | |
parent | b178e1f77b57f44743f6fbc34517a48fd0551d6f [diff] |
clk: ti: am3-dpll: use custom API for memory access Using the custom TI functions required not only replacing common memory access functions but also rewriting the routines used to set bypass and lock states. As for readl() and writel(), they also required the address of the register to be accessed, a parameter that is hidden by the TI clk module. Signed-off-by: Dario Binacchi <dariobin@libero.it>