Re: [PATCH 2/5] clk: rockchip: rk3568: Fix mask for clk_cpll_div_25m_div

2023-08-06 Thread Kever Yang
On 2023/8/4 17:33, Jonas Karlman wrote: The field for clk_cpll_div_25m_div in CRU_CLKSEL_CON81 is 6 bits wide, not 5 bits wide as currently defined in CPLL_25M_DIV_MASK. Fix this and the assert so that CPLL_25M can be assigned a 25 MHz rate. Fixes: 4a262feba3a5 ("rockchip: rk3568: add clock d

[PATCH 2/5] clk: rockchip: rk3568: Fix mask for clk_cpll_div_25m_div

2023-08-04 Thread Jonas Karlman
The field for clk_cpll_div_25m_div in CRU_CLKSEL_CON81 is 6 bits wide, not 5 bits wide as currently defined in CPLL_25M_DIV_MASK. Fix this and the assert so that CPLL_25M can be assigned a 25 MHz rate. Fixes: 4a262feba3a5 ("rockchip: rk3568: add clock driver") Signed-off-by: Jonas Karlman --- a