Re: [PATCH 1/8] clk: qcom: clear div mask before assigning new divider

2024-03-01 Thread Caleb Connolly
On 29/02/2024 14:21, Volodymyr Babchuk wrote: > We need to do this to ensure that new divider is applied "The current behaviour does a bitwise OR of the previous and new divider values, this is wrong." > correctly. This fixes potential issue with 1Gbit ethernet on > SA8155P-ADP boards. Wow, tha

[PATCH 1/8] clk: qcom: clear div mask before assigning new divider

2024-02-29 Thread Volodymyr Babchuk
We need to do this to ensure that new divider is applied correctly. This fixes potential issue with 1Gbit ethernet on SA8155P-ADP boards. Signed-off-by: Volodymyr Babchuk --- drivers/clk/qcom/clock-qcom.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/clk/qcom/clo