Re: [PATCH 2/3] clk: qcom: hfpll: Add QCS404-specific compatible

2024-01-06 Thread Krzysztof Kozlowski
On 06/01/2024 11:19, Luca Weiss wrote: > On Dienstag, 2. Jänner 2024 11:41:26 CET Krzysztof Kozlowski wrote: >> On 31/12/2023 15:48, Luca Weiss wrote: >>> It doesn't appear that the configuration is for the HFPLL is generic, so >> >> That's ok... >> >>> add a qcs404-specific compatible and rename t

Re: [PATCH 2/3] clk: qcom: hfpll: Add QCS404-specific compatible

2024-01-06 Thread Luca Weiss
On Dienstag, 2. Jänner 2024 11:41:26 CET Krzysztof Kozlowski wrote: > On 31/12/2023 15:48, Luca Weiss wrote: > > It doesn't appear that the configuration is for the HFPLL is generic, so > > That's ok... > > > add a qcs404-specific compatible and rename the existing struct to > > but why this is

Re: [PATCH 2/3] clk: qcom: hfpll: Add QCS404-specific compatible

2024-01-02 Thread Krzysztof Kozlowski
On 31/12/2023 15:48, Luca Weiss wrote: > It doesn't appear that the configuration is for the HFPLL is generic, so That's ok... > add a qcs404-specific compatible and rename the existing struct to but why this is the solution? If the qcom,hfpll compatible was deprecated, but it is not. This commi

[PATCH 2/3] clk: qcom: hfpll: Add QCS404-specific compatible

2023-12-31 Thread Luca Weiss
It doesn't appear that the configuration is for the HFPLL is generic, so add a qcs404-specific compatible and rename the existing struct to qcs404. Signed-off-by: Luca Weiss --- drivers/clk/qcom/hfpll.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/clk/qcom/hf