2020-09-22 12:10:43

by Konrad Dybcio

[permalink] [raw]
Subject: [PATCH] clk: qcom: gcc-sdm660: Fix wrong parent_map

This was likely overlooked while porting the driver upstream.

Reported-by: Pavel Dubrova <[email protected]>
Signed-off-by: Konrad Dybcio <[email protected]>
---
drivers/clk/qcom/gcc-sdm660.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/qcom/gcc-sdm660.c b/drivers/clk/qcom/gcc-sdm660.c
index 3cffadc77bce..1a5e98e5c965 100644
--- a/drivers/clk/qcom/gcc-sdm660.c
+++ b/drivers/clk/qcom/gcc-sdm660.c
@@ -666,7 +666,7 @@ static struct clk_rcg2 hmss_rbcpr_clk_src = {
.cmd_rcgr = 0x48044,
.mnd_width = 0,
.hid_width = 5,
- .parent_map = gcc_parent_map_xo_gpll0_gpll0_early_div,
+ .parent_map = gcc_parent_map_xo_gpll0,
.freq_tbl = ftbl_hmss_rbcpr_clk_src,
.clkr.hw.init = &(struct clk_init_data){
.name = "hmss_rbcpr_clk_src",
--
2.28.0


2020-09-22 18:36:10

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH] clk: qcom: gcc-sdm660: Fix wrong parent_map

Can you send your patch To: somebody?

Quoting Konrad Dybcio (2020-09-22 05:09:09)
> This was likely overlooked while porting the driver upstream.
>
> Reported-by: Pavel Dubrova <[email protected]>
> Signed-off-by: Konrad Dybcio <[email protected]>

Any Fixes tag?

2020-09-22 18:37:30

by Konrad Dybcio

[permalink] [raw]
Subject: Re: [PATCH] clk: qcom: gcc-sdm660: Fix wrong parent_map

Sheesh, I cannot stop forgetting these...

Fixes: f2a76a2955c0 (clk: qcom: Add Global Clock controller (GCC)
driver for SDM660)

Konrad

2020-09-22 19:11:54

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH] clk: qcom: gcc-sdm660: Fix wrong parent_map

Quoting Konrad Dybcio (2020-09-22 11:35:14)
> Sheesh, I cannot stop forgetting these...
>
> Fixes: f2a76a2955c0 (clk: qcom: Add Global Clock controller (GCC)
> driver for SDM660)
>

Ok. Applied to clk-next.