commit | ed2685fec433eb351862c2c015f7cb48d03c378f | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Mon Jun 24 15:50:38 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jul 19 14:50:30 2019 +0200 |
tree | 1cb7fbe26eac81fab7f3d4a35278f5480fb777c7 | |
parent | 0e845c897ed10f7780e467ddf3896f478f7e6349 [diff] |
clk: Extend struct clk to provide information regarding clock rate This commit extends the struct clk to provide information regarding the clock rate. As a result the clock tree traversal is performed at most once, and further reads are using the cached value. Signed-off-by: Lukasz Majewski <lukma@denx.de>