diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2022-10-17 00:39:45 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-10-17 00:40:16 +0200 |
commit | 1b147bec1a2bf269a3375715c7c45c0c68006369 (patch) | |
tree | 40c32cc5feff9790a535f1b005faaca068e1858b /target/linux/ipq806x/patches-5.15/121-09-clk-qcom-krait-cc-rework-mux-reset-logic-and-reset-h.patch | |
parent | 32ecf4251a72f29b7706f2ed51591b890ce86807 (diff) | |
download | upstream-1b147bec1a2bf269a3375715c7c45c0c68006369.tar.gz upstream-1b147bec1a2bf269a3375715c7c45c0c68006369.tar.bz2 upstream-1b147bec1a2bf269a3375715c7c45c0c68006369.zip |
ipq806x: 5.15: refresh target patches
Refresh ipq806x target patches for kernel 5.15.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/patches-5.15/121-09-clk-qcom-krait-cc-rework-mux-reset-logic-and-reset-h.patch')
-rw-r--r-- | target/linux/ipq806x/patches-5.15/121-09-clk-qcom-krait-cc-rework-mux-reset-logic-and-reset-h.patch | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/target/linux/ipq806x/patches-5.15/121-09-clk-qcom-krait-cc-rework-mux-reset-logic-and-reset-h.patch b/target/linux/ipq806x/patches-5.15/121-09-clk-qcom-krait-cc-rework-mux-reset-logic-and-reset-h.patch index fb5cb14a79..23596f711e 100644 --- a/target/linux/ipq806x/patches-5.15/121-09-clk-qcom-krait-cc-rework-mux-reset-logic-and-reset-h.patch +++ b/target/linux/ipq806x/patches-5.15/121-09-clk-qcom-krait-cc-rework-mux-reset-logic-and-reset-h.patch @@ -17,8 +17,6 @@ Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> drivers/clk/qcom/krait-cc.c | 50 +++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 27 deletions(-) -diff --git a/drivers/clk/qcom/krait-cc.c b/drivers/clk/qcom/krait-cc.c -index 717eff44b6a4..90dee71e7c38 100644 --- a/drivers/clk/qcom/krait-cc.c +++ b/drivers/clk/qcom/krait-cc.c @@ -15,7 +15,9 @@ @@ -32,7 +30,7 @@ index 717eff44b6a4..90dee71e7c38 100644 static unsigned int sec_mux_map[] = { 2, -@@ -317,7 +319,7 @@ static int krait_cc_probe(struct platform_device *pdev) +@@ -317,7 +319,7 @@ static int krait_cc_probe(struct platfor { struct device *dev = &pdev->dev; const struct of_device_id *id; @@ -41,7 +39,7 @@ index 717eff44b6a4..90dee71e7c38 100644 int cpu; struct clk *clk; struct clk **clks; -@@ -397,36 +399,30 @@ static int krait_cc_probe(struct platform_device *pdev) +@@ -397,36 +399,30 @@ static int krait_cc_probe(struct platfor * two different rates to force a HFPLL reinit under all * circumstances. */ @@ -97,6 +95,3 @@ index 717eff44b6a4..90dee71e7c38 100644 } of_clk_add_provider(dev->of_node, krait_of_get, clks); --- -2.37.2 - |