commit | 8d137234429ffd6d2ff0a1cc107355725cddac9d | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@foss.st.com> | Tue Jun 21 15:12:27 2022 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Tue Jun 21 16:01:06 2022 +0200 |
tree | 88988213c99fb3b23d4dd95cf2380f65b94d8498 | |
parent | 9ed8eb40fe82474af2e4d08dde0c2f293be84330 [diff] |
fix(st-clock): correctly check ready bit The function clk_oscillator_wait_ready() was wrongly checking the set bit and not the ready bit. Correct that by using osc_data->gate_rdy_id when calling _clk_stm32_gate_wait_ready(). Signed-off-by: Yann Gautier <yann.gautier@foss.st.com> Change-Id: Ida58f14d7f0f326b580ae24b98d6b9f592d2d711