Re: [PATCH 08/15] clk: rockchip: rk3588: Fix possible divide by zero
Quentin Schulz <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <9a33f421-a269-411e-96f0-0f3851fe50f9__31961.0546039016$1786116068$gmane$org@cherry.de> |
Hi Jonas, On 7/30/26 4:12 PM, Jonas Karlman wrote: > The best rate handling of rk3588_dclk_vop_set_clk() may unintentionally > trigger a divide by zero when V0PLL is tested as parent. Instead, fully > skip rate calculation when testing using V0PLL as parent to avoid a > divide by zero error. > Reviewed-by: Quentin Schulz <[email protected]> Thanks! Quentin