aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/patches-5.10/105-ipq40xx-fix-sleep-clock.patch
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2022-04-08 12:35:54 -0400
committerDaniel Golle <daniel@makrotopia.org>2022-04-10 16:31:42 +0100
commit662d1f9f8db3e8bd295dc93b9fd5383741bbadf5 (patch)
tree0d21d15c65fad1201fe2ff0ac08c0937455583e5 /target/linux/ipq40xx/patches-5.10/105-ipq40xx-fix-sleep-clock.patch
parent40566daa9abc3d07e5d5c1c0c89501f40e4d7f79 (diff)
downloadupstream-662d1f9f8db3e8bd295dc93b9fd5383741bbadf5.tar.gz
upstream-662d1f9f8db3e8bd295dc93b9fd5383741bbadf5.tar.bz2
upstream-662d1f9f8db3e8bd295dc93b9fd5383741bbadf5.zip
kernel: bump 5.10 to 5.10.110
Removed upstreamed: generic/backport-5.10/350-v5.18-MIPS-pgalloc-fix-memory-leak-caused-by-pgd_free.patch generic/pending-5.10/850-0014-PCI-aardvark-Fix-reading-PCI_EXP_RTSTA_PME-bit-on-em.patch ipq40xx/patches-5.10/105-ipq40xx-fix-sleep-clock.patch All patches automatically rebased. Build system: x86_64 Build-tested: bcm2711/RPi4B, mt7622/RT3200 Run-tested: bcm2711/RPi4B, mt7622/RT3200 Compile-/run-tested: ath79/generic (Archer C7 v2). Signed-off-by: Daniel Golle <daniel@makrotopia.org> [rebased in 22.03 tree] Signed-off-by: John Audia <graysky@archlinux.us> (cherry picked from commit b92ec82235b996ece32bc84af177adf1a4dcb90e)
Diffstat (limited to 'target/linux/ipq40xx/patches-5.10/105-ipq40xx-fix-sleep-clock.patch')
-rw-r--r--target/linux/ipq40xx/patches-5.10/105-ipq40xx-fix-sleep-clock.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/ipq40xx/patches-5.10/105-ipq40xx-fix-sleep-clock.patch b/target/linux/ipq40xx/patches-5.10/105-ipq40xx-fix-sleep-clock.patch
deleted file mode 100644
index 7a304f69ca..0000000000
--- a/target/linux/ipq40xx/patches-5.10/105-ipq40xx-fix-sleep-clock.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From a63c7162a1dae9f1185897641dc3e47e295563d6 Mon Sep 17 00:00:00 2001
-From: Pavel Kubelun <be.dissent@gmail.com>
-Date: Mon, 6 May 2019 20:55:16 +0300
-Subject: [PATCH] ARM: dts: qcom: ipq4019: fix sleep clock
-
-It seems like sleep_clk was copied from ipq806x.
-Fix ipq40xx sleep_clk to the value QSDK defines.
-
-Link: https://source.codeaurora.org/quic/qsdk/oss/kernel/linux-msm/commit/?id=d92ec59973484acc86dd24b67f10f8911b4b4b7d
-Link: https://patchwork.kernel.org/comment/22721613/
-Suggested-by: Bjorn Andersson <bjorn.andersson@linaro.org> [clock-output-names]
-Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
-Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [just fixed the value]
----
---- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
-+++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
-@@ -142,7 +142,8 @@
- clocks {
- sleep_clk: sleep_clk {
- compatible = "fixed-clock";
-- clock-frequency = <32768>;
-+ clock-frequency = <32000>;
-+ clock-output-names = "gcc_sleep_clk_src";
- #clock-cells = <0>;
- };
-