]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
arm: allwinner: clk: Use the new frac clock
authorEmmanuel Vadot <manu@FreeBSD.org>
Thu, 23 May 2019 17:36:19 +0000 (17:36 +0000)
committerEmmanuel Vadot <manu@FreeBSD.org>
Thu, 23 May 2019 17:36:19 +0000 (17:36 +0000)
commit747ef14e61c2a25bdbd5a6118fa8e7f07f383f06
tree674769f1c89ab44298396ca2c00436050c17a7db
parent3b85cf6b3f8ff3c86349bc59a5fa6abd1940a81c
arm: allwinner: clk: Use the new frac clock

Some clocks used the NM type but this clock is for the ones with the
formula "clk = clkin / n / m" and not "clk = clkin * n / m"
Use the new frac clock for them.
sys/arm/allwinner/clkng/ccu_a10.c
sys/arm/allwinner/clkng/ccu_a31.c
sys/arm/allwinner/clkng/ccu_a64.c
sys/arm/allwinner/clkng/ccu_h3.c