]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: stm32mp1: remove unnecessary CLK_DIVIDER_ALLOW_ZERO flag
authorGabriel Fernandez <gabriel.fernandez@st.com>
Thu, 14 Feb 2019 10:40:46 +0000 (11:40 +0100)
committerStephen Boyd <sboyd@kernel.org>
Thu, 21 Feb 2019 22:13:21 +0000 (14:13 -0800)
commitf9b76fd24d0a0cd7b3d9309b93c36c9c32526b00
tree145dfe9820defa28b962869a573aa50b1adf8ef1
parentd3f2e33c875de5052e032a9eefa64c897a930ed1
clk: stm32mp1: remove unnecessary CLK_DIVIDER_ALLOW_ZERO flag

The divisor of ethptp_k and ck_hse_rtc clocks is: 'value register
plus one'.
Then CLK_DIVIDER_ALLOW_ZERO flag has no effect and is useless here.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-stm32mp1.c