Commits
Lukasz Majewski committed 105db9593eb
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>