Re: [PATCH 6/7] clk: stm32mp1: remove unnecessary CLK_DIVIDER_ALLOW_ZERO flag

2019-02-13 Thread Stephen Boyd
Quoting gabriel.fernan...@st.com (2019-02-12 05:51:53) > From: Gabriel Fernandez > > This patch removes unnecessary CLK_DIVIDER_ALLOW_ZERO flag of > ethptp_k and ck_hse_rtc clocks. Why is it unnecessary? Please write the motivation in the commit text so we can know why things are the way they

[PATCH 6/7] clk: stm32mp1: remove unnecessary CLK_DIVIDER_ALLOW_ZERO flag

2019-02-12 Thread gabriel.fernandez
From: Gabriel Fernandez This patch removes unnecessary CLK_DIVIDER_ALLOW_ZERO flag of ethptp_k and ck_hse_rtc clocks. Signed-off-by: Gabriel Fernandez --- drivers/clk/clk-stm32mp1.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/clk/clk-stm32mp1.c