diff options
Diffstat (limited to 'target/linux/ipq806x/patches-5.15/121-04-clk-qcom-krait-cc-register-REAL-qsb-fixed-clock.patch')
-rw-r--r-- | target/linux/ipq806x/patches-5.15/121-04-clk-qcom-krait-cc-register-REAL-qsb-fixed-clock.patch | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/target/linux/ipq806x/patches-5.15/121-04-clk-qcom-krait-cc-register-REAL-qsb-fixed-clock.patch b/target/linux/ipq806x/patches-5.15/121-04-clk-qcom-krait-cc-register-REAL-qsb-fixed-clock.patch index cf0c7e5071..12abfcb47a 100644 --- a/target/linux/ipq806x/patches-5.15/121-04-clk-qcom-krait-cc-register-REAL-qsb-fixed-clock.patch +++ b/target/linux/ipq806x/patches-5.15/121-04-clk-qcom-krait-cc-register-REAL-qsb-fixed-clock.patch @@ -14,8 +14,6 @@ Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> drivers/clk/qcom/krait-cc.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -diff --git a/drivers/clk/qcom/krait-cc.c b/drivers/clk/qcom/krait-cc.c -index f1d64b16cac3..e91275663973 100644 --- a/drivers/clk/qcom/krait-cc.c +++ b/drivers/clk/qcom/krait-cc.c @@ -15,6 +15,8 @@ @@ -27,7 +25,7 @@ index f1d64b16cac3..e91275663973 100644 static unsigned int sec_mux_map[] = { 2, 0, -@@ -322,7 +324,7 @@ static int krait_cc_probe(struct platform_device *pdev) +@@ -322,7 +324,7 @@ static int krait_cc_probe(struct platfor */ clk = clk_get(dev, "qsb"); if (IS_ERR(clk)) @@ -36,7 +34,7 @@ index f1d64b16cac3..e91275663973 100644 if (IS_ERR(clk)) return PTR_ERR(clk); -@@ -378,7 +380,7 @@ static int krait_cc_probe(struct platform_device *pdev) +@@ -378,7 +380,7 @@ static int krait_cc_probe(struct platfor */ cur_rate = clk_get_rate(l2_pri_mux_clk); aux_rate = 384000000; @@ -45,7 +43,7 @@ index f1d64b16cac3..e91275663973 100644 pr_info("L2 @ QSB rate. Forcing new rate.\n"); cur_rate = aux_rate; } -@@ -389,7 +391,7 @@ static int krait_cc_probe(struct platform_device *pdev) +@@ -389,7 +391,7 @@ static int krait_cc_probe(struct platfor for_each_possible_cpu(cpu) { clk = clks[cpu]; cur_rate = clk_get_rate(clk); @@ -54,6 +52,3 @@ index f1d64b16cac3..e91275663973 100644 pr_info("CPU%d @ QSB rate. Forcing new rate.\n", cpu); cur_rate = aux_rate; } --- -2.37.2 - |