]> git.baikalelectronics.ru Git - uboot.git/commit
clk: stm32mp1: correctly handle Clock Spreading Generator
authorPatrick Delaunay <patrick.delaunay@st.com>
Wed, 30 Jan 2019 12:07:06 +0000 (13:07 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 9 Feb 2019 12:50:57 +0000 (07:50 -0500)
commitbcc5c63d53a333831394157c232219b800445b16
tree3324114ed3c850227bebde0f28d258b303028b50
parent2e8f5b07b0edbd18242c965a70a1e05545496f45
clk: stm32mp1: correctly handle Clock Spreading Generator

To activate the csg option, the driver need to set the bit2
of PLLNCR register = SSCG_CTRL: Spread Spectrum Clock Generator
of PLLn enable.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
doc/device-tree-bindings/clock/st,stm32mp1.txt
drivers/clk/clk_stm32mp1.c