]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: starfive: pll: Fix to use postdiv1_mask
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 28 Jun 2023 10:19:49 +0000 (19:19 +0900)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 6 Jul 2023 09:28:08 +0000 (17:28 +0800)
commit422fc299df9b873e7e485db08621e5fb499c6a8f
treefa9d6eaa2c14c616281768c49b56249d881a0204
parent0a8239afa3c1439bbaa7dd1ad0c23efabf93140b
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>
drivers/clk/starfive/clk-jh7110-pll.c