Re: [PATCH v1 6/7] clk: rockchip: clk_rk3288: add PCLK_RKPWM

2023-03-15 Thread Simon Glass
On Tue, 14 Mar 2023 at 12:16, Johan Jonker wrote: > > The rk3288 pwm node synced from Linux make use of PCLK_RKPWM > instead of PCLK_PWM. They have the same pclk_cpu parent, > so add PCLK_RKPWM to rk3288_clk_get_rate(). > > Signed-off-by: Johan Jonker > --- > drivers/clk/rockchip/clk_rk3288.c |

[PATCH v1 6/7] clk: rockchip: clk_rk3288: add PCLK_RKPWM

2023-03-14 Thread Johan Jonker
The rk3288 pwm node synced from Linux make use of PCLK_RKPWM instead of PCLK_PWM. They have the same pclk_cpu parent, so add PCLK_RKPWM to rk3288_clk_get_rate(). Signed-off-by: Johan Jonker --- drivers/clk/rockchip/clk_rk3288.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/rock