commit | dbc74619f7318e895a924e16930ae7ae789001ee | [log] [tgz] |
---|---|---|
author | Hoegeun Kwon <hoegeun.kwon@samsung.com> | Wed Jun 28 19:19:49 2023 +0900 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Jul 06 17:28:08 2023 +0800 |
tree | fa9d6eaa2c14c616281768c49b56249d881a0204 | |
parent | 9d41bbadf09f20f360ee85e3138ab7d669775856 [diff] |
clk: starfive: pll: Fix to use postdiv1_mask There is a problem that the rates of PLL0 and PLL1 are set incorrectly because the postdiv1_mask value is incorrectly entered when setting the pll clk reg. Modify postdiv1's mask value to be put correctly. Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com> Reviewed-by: Minkyu Kang <mk7.kang@samsung.com>