commit | a55326b2c5b8c9b788ebf132fd0fa736cdf2f9ad | [log] [tgz] |
---|---|---|
author | Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> | Sat Jun 01 00:04:31 2024 +0300 |
committer | Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> | Tue Jun 18 17:18:31 2024 +0300 |
tree | 6e3c8a8827473428255414d64263896208ff5376 | |
parent | 52f8b01a030aa9bb0b7b492556545025db53093c [diff] |
feat(clk): add set_rate callback This callback will be used to set a clock's rate if the underlying clock driver supports this option. The function's last parameter is an output parameter, storing the actual frequency set by the clock driver, as it may not precisely match the requested rate in some cases. Change-Id: I6a399bf6f64407d5fbff36407561e4bf18104cf1 Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>