mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
The clk_get_rate function is used in pwm_apply and pwm_config. And it is not allowed in interrupt calls due to a mutex. So move it into pwm_probe function. Signed-off-by: Steven Liu <steven.liu@rock-chips.com> Change-Id: I1766f282ccd1047e41f30cc55e3312fefe4b7388