common: Rename omv_csi_get_clk_frequency.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
iabdalkader 2025-06-23 12:19:05 +02:00
parent 696c68c9af
commit fe2e2cd82a
2 changed files with 2 additions and 2 deletions

View File

@ -598,7 +598,7 @@ __weak int omv_csi_get_id() {
return csi.chip_id;
}
__weak uint32_t omv_csi_get_xclk_frequency() {
__weak uint32_t omv_csi_get_clk_frequency() {
return OMV_CSI_ERROR_CTL_UNSUPPORTED;
}

View File

@ -390,7 +390,7 @@ int omv_csi_reset();
int omv_csi_get_id();
// Returns the xclk freq in hz.
uint32_t omv_csi_get_xclk_frequency();
uint32_t omv_csi_get_clk_frequency();
// Returns the xclk freq in hz.
int omv_csi_set_clk_frequency(uint32_t frequency);