]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
Drop arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch
authorSasha Levin <sashal@kernel.org>
Sun, 24 Mar 2024 17:48:24 +0000 (13:48 -0400)
committerSasha Levin <sashal@kernel.org>
Sun, 24 Mar 2024 17:53:41 +0000 (13:53 -0400)
Signed-off-by: Sasha Levin <sashal@kernel.org>
14 files changed:
queue-5.10/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch [deleted file]
queue-5.10/series
queue-5.15/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch [deleted file]
queue-5.15/series
queue-5.4/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch [deleted file]
queue-5.4/series
queue-6.1/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch [deleted file]
queue-6.1/series
queue-6.6/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch [deleted file]
queue-6.6/series
queue-6.7/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch [deleted file]
queue-6.7/series
queue-6.8/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch [deleted file]
queue-6.8/series

diff --git a/queue-5.10/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch b/queue-5.10/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch
deleted file mode 100644 (file)
index 4678607..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-From 98b893b14388eaa630ac2417cd2ab3f3633675df Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 18 Dec 2023 13:39:42 +0000
-Subject: arm64: dts: qcom: msm8996: Define UFS UniPro clock limits
-
-From: Yassine Oudjana <y.oudjana@protonmail.com>
-
-[ Upstream commit 68c4c20848d71b0e69c3403becb5dd23e89e5896 ]
-
-These limits were always defined as 0, but that didn't cause any issue
-since the driver had hardcoded limits. In commit b4e13e1ae95e ("scsi: ufs:
-qcom: Add multiple frequency support for MAX_CORE_CLK_1US_CYCLES") the
-hardcoded limits were removed and the driver started reading them from DT,
-causing UFS to stop working on MSM8996. Add real UniPro clock limits to fix
-UFS.
-
-Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
-Fixes: 57fc67ef0d35 ("arm64: dts: qcom: msm8996: Add ufs related nodes")
-Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
-Link: https://lore.kernel.org/r/20231218133917.78770-1-y.oudjana@protonmail.com
-Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
-index 1fdb03c86135f..25e56b6ccaf66 100644
---- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
-+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
-@@ -932,7 +932,7 @@ ufshc: ufshc@624000 {
-                               <0 0>,
-                               <0 0>,
-                               <150000000 300000000>,
--                              <0 0>,
-+                              <75000000 150000000>,
-                               <0 0>,
-                               <0 0>,
-                               <0 0>,
--- 
-2.43.0
-
index 3a6d60497c6cbec0c68c81122281f0f43d59ace7..f65a7e57c6dd04227805dc43172732851cec264c 100644 (file)
@@ -64,7 +64,6 @@ printk-disable-passing-console-lock-owner-completely.patch
 arm64-dts-mediatek-mt7622-add-missing-device_type-to.patch
 bpf-factor-out-bpf_spin_lock-into-helpers.patch
 bpf-mark-bpf_spin_-lock-unlock-helpers-with-notrace-.patch
-arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch
 wireless-remove-redundant-flush_workqueue-calls.patch
 wifi-wilc1000-prevent-use-after-free-on-vif-when-cle.patch
 acpi-processor_idle-fix-memory-leak-in-acpi_processo.patch
diff --git a/queue-5.15/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch b/queue-5.15/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch
deleted file mode 100644 (file)
index 8001125..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-From 4c2c69d28c95415f3cdb5f5ce02cacfc53f2ecaf Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 18 Dec 2023 13:39:42 +0000
-Subject: arm64: dts: qcom: msm8996: Define UFS UniPro clock limits
-
-From: Yassine Oudjana <y.oudjana@protonmail.com>
-
-[ Upstream commit 68c4c20848d71b0e69c3403becb5dd23e89e5896 ]
-
-These limits were always defined as 0, but that didn't cause any issue
-since the driver had hardcoded limits. In commit b4e13e1ae95e ("scsi: ufs:
-qcom: Add multiple frequency support for MAX_CORE_CLK_1US_CYCLES") the
-hardcoded limits were removed and the driver started reading them from DT,
-causing UFS to stop working on MSM8996. Add real UniPro clock limits to fix
-UFS.
-
-Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
-Fixes: 57fc67ef0d35 ("arm64: dts: qcom: msm8996: Add ufs related nodes")
-Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
-Link: https://lore.kernel.org/r/20231218133917.78770-1-y.oudjana@protonmail.com
-Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
-index 224b9f0f156a1..7be5ebe58e333 100644
---- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
-+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
-@@ -1761,7 +1761,7 @@ ufshc: ufshc@624000 {
-                               <0 0>,
-                               <0 0>,
-                               <150000000 300000000>,
--                              <0 0>,
-+                              <75000000 150000000>,
-                               <0 0>,
-                               <0 0>,
-                               <0 0>,
--- 
-2.43.0
-
index 63c49515df20a75c122ae7874c3b1e22b0e59518..3c2504a5995641a36fe6cc27fdd9699fa0ee857f 100644 (file)
@@ -107,7 +107,6 @@ arm64-dts-mt8183-kukui-split-out-keyboard-node-and-d.patch
 arm64-dts-mt8183-move-crosec-base-detection-node-to-.patch
 arm64-dts-mediatek-mt7622-add-missing-device_type-to.patch
 bpf-mark-bpf_spin_-lock-unlock-helpers-with-notrace-.patch
-arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch
 wireless-remove-redundant-flush_workqueue-calls.patch
 wifi-wilc1000-prevent-use-after-free-on-vif-when-cle.patch
 acpi-processor_idle-fix-memory-leak-in-acpi_processo.patch
diff --git a/queue-5.4/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch b/queue-5.4/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch
deleted file mode 100644 (file)
index e288c86..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-From 286ebeed6b391c2967b248c3181e588c4e97e002 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 18 Dec 2023 13:39:42 +0000
-Subject: arm64: dts: qcom: msm8996: Define UFS UniPro clock limits
-
-From: Yassine Oudjana <y.oudjana@protonmail.com>
-
-[ Upstream commit 68c4c20848d71b0e69c3403becb5dd23e89e5896 ]
-
-These limits were always defined as 0, but that didn't cause any issue
-since the driver had hardcoded limits. In commit b4e13e1ae95e ("scsi: ufs:
-qcom: Add multiple frequency support for MAX_CORE_CLK_1US_CYCLES") the
-hardcoded limits were removed and the driver started reading them from DT,
-causing UFS to stop working on MSM8996. Add real UniPro clock limits to fix
-UFS.
-
-Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
-Fixes: 57fc67ef0d35 ("arm64: dts: qcom: msm8996: Add ufs related nodes")
-Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
-Link: https://lore.kernel.org/r/20231218133917.78770-1-y.oudjana@protonmail.com
-Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
-index 8bfb897b0e81b..6b11bcd09635e 100644
---- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
-+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
-@@ -1391,7 +1391,7 @@ ufshc: ufshc@624000 {
-                               <0 0>,
-                               <0 0>,
-                               <150000000 300000000>,
--                              <0 0>,
-+                              <75000000 150000000>,
-                               <0 0>,
-                               <0 0>,
-                               <0 0>,
--- 
-2.43.0
-
index 9c4d1c4fbdbbf7460d81c0b61adb46136219e444..cbeca8c3688cdffe76261a37c51f5b663031d77d 100644 (file)
@@ -51,7 +51,6 @@ arm64-dts-qcom-db820c-move-non-soc-entries-out-of-so.patch
 arm64-dts-qcom-msm8996-use-node-references-in-db820c.patch
 arm64-dts-qcom-msm8996-move-regulator-consumers-to-d.patch
 arm64-dts-qcom-msm8996-pad-addresses.patch
-arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch
 acpi-processor_idle-fix-memory-leak-in-acpi_processo.patch
 bus-tegra-aconnect-update-dependency-to-arch_tegra.patch
 iommu-amd-mark-interrupt-as-managed.patch
diff --git a/queue-6.1/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch b/queue-6.1/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch
deleted file mode 100644 (file)
index eb4a276..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-From f0884f49e64615da0806926b5de512f963d7e08f Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 18 Dec 2023 13:39:42 +0000
-Subject: arm64: dts: qcom: msm8996: Define UFS UniPro clock limits
-
-From: Yassine Oudjana <y.oudjana@protonmail.com>
-
-[ Upstream commit 68c4c20848d71b0e69c3403becb5dd23e89e5896 ]
-
-These limits were always defined as 0, but that didn't cause any issue
-since the driver had hardcoded limits. In commit b4e13e1ae95e ("scsi: ufs:
-qcom: Add multiple frequency support for MAX_CORE_CLK_1US_CYCLES") the
-hardcoded limits were removed and the driver started reading them from DT,
-causing UFS to stop working on MSM8996. Add real UniPro clock limits to fix
-UFS.
-
-Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
-Fixes: 57fc67ef0d35 ("arm64: dts: qcom: msm8996: Add ufs related nodes")
-Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
-Link: https://lore.kernel.org/r/20231218133917.78770-1-y.oudjana@protonmail.com
-Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
-index 7400ff24e6a01..1e84791733041 100644
---- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
-+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
-@@ -2021,7 +2021,7 @@ ufshc: ufshc@624000 {
-                               <0 0>,
-                               <0 0>,
-                               <150000000 300000000>,
--                              <0 0>,
-+                              <75000000 150000000>,
-                               <0 0>,
-                               <0 0>,
-                               <0 0>,
--- 
-2.43.0
-
index c29b960b640602e2b41aa2ed46c5e5b476f45809..db1c132eacc1d5d5ac021055a04795e5a30b31e2 100644 (file)
@@ -158,7 +158,6 @@ bpf-mark-bpf_spin_-lock-unlock-helpers-with-notrace-.patch
 selftests-bpf-convert-test_global_funcs-test-to-test.patch
 selftests-bpf-add-global-subprog-context-passing-tes.patch
 bpf-don-t-infer-ptr_to_ctx-for-programs-with-unnamed.patch
-arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch
 arm-dts-qcom-msm8974-correct-qfprom-node-size.patch
 wifi-wilc1000-prevent-use-after-free-on-vif-when-cle.patch
 acpi-processor_idle-fix-memory-leak-in-acpi_processo.patch
diff --git a/queue-6.6/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch b/queue-6.6/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch
deleted file mode 100644 (file)
index 3ebb3bf..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-From af9ca02f114a0c4c4b072c47755ebd1e128b8c25 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 18 Dec 2023 13:39:42 +0000
-Subject: arm64: dts: qcom: msm8996: Define UFS UniPro clock limits
-
-From: Yassine Oudjana <y.oudjana@protonmail.com>
-
-[ Upstream commit 68c4c20848d71b0e69c3403becb5dd23e89e5896 ]
-
-These limits were always defined as 0, but that didn't cause any issue
-since the driver had hardcoded limits. In commit b4e13e1ae95e ("scsi: ufs:
-qcom: Add multiple frequency support for MAX_CORE_CLK_1US_CYCLES") the
-hardcoded limits were removed and the driver started reading them from DT,
-causing UFS to stop working on MSM8996. Add real UniPro clock limits to fix
-UFS.
-
-Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
-Fixes: 57fc67ef0d35 ("arm64: dts: qcom: msm8996: Add ufs related nodes")
-Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
-Link: https://lore.kernel.org/r/20231218133917.78770-1-y.oudjana@protonmail.com
-Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
-index 0d924203ef8ca..ab24253ab8a3a 100644
---- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
-+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
-@@ -2095,7 +2095,7 @@ ufshc: ufshc@624000 {
-                               <0 0>,
-                               <0 0>,
-                               <150000000 300000000>,
--                              <0 0>,
-+                              <75000000 150000000>,
-                               <0 0>,
-                               <0 0>,
-                               <0 0>,
--- 
-2.43.0
-
index 1ff700b5e183a24b92564c5543f235f3b88da5cf..2532d19b88be52904bd917d2acf7f718f9813f51 100644 (file)
@@ -231,7 +231,6 @@ can-m_can-start-cancel-polling-timer-together-with-i.patch
 wifi-iwlwifi-mvm-fix-the-listener-mac-filter-flags.patch
 bpf-mark-bpf_spin_-lock-unlock-helpers-with-notrace-.patch
 bpf-don-t-infer-ptr_to_ctx-for-programs-with-unnamed.patch
-arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch
 arm64-dts-qcom-sdm845-use-the-low-power-island-cx-mx.patch
 soc-qcom-llcc-check-return-value-on-broadcast_or-reg.patch
 arm-dts-qcom-msm8974-correct-qfprom-node-size.patch
diff --git a/queue-6.7/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch b/queue-6.7/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch
deleted file mode 100644 (file)
index 5978c84..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-From a98f1669d04894036c2f64dcc458ab0806bb4d5a Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 18 Dec 2023 13:39:42 +0000
-Subject: arm64: dts: qcom: msm8996: Define UFS UniPro clock limits
-
-From: Yassine Oudjana <y.oudjana@protonmail.com>
-
-[ Upstream commit 68c4c20848d71b0e69c3403becb5dd23e89e5896 ]
-
-These limits were always defined as 0, but that didn't cause any issue
-since the driver had hardcoded limits. In commit b4e13e1ae95e ("scsi: ufs:
-qcom: Add multiple frequency support for MAX_CORE_CLK_1US_CYCLES") the
-hardcoded limits were removed and the driver started reading them from DT,
-causing UFS to stop working on MSM8996. Add real UniPro clock limits to fix
-UFS.
-
-Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
-Fixes: 57fc67ef0d35 ("arm64: dts: qcom: msm8996: Add ufs related nodes")
-Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
-Link: https://lore.kernel.org/r/20231218133917.78770-1-y.oudjana@protonmail.com
-Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
-index b7afd7c47a02e..59bfbf9bc46f8 100644
---- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
-+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
-@@ -2096,7 +2096,7 @@ ufshc: ufshc@624000 {
-                               <0 0>,
-                               <0 0>,
-                               <150000000 300000000>,
--                              <0 0>,
-+                              <75000000 150000000>,
-                               <0 0>,
-                               <0 0>,
-                               <0 0>,
--- 
-2.43.0
-
index bcf8f8f994c6445fa66c1e49ab78bab4de1ed9eb..9449c62cb06a61b5ced18610da4ed32e6e7f257b 100644 (file)
@@ -263,7 +263,6 @@ can-m_can-start-cancel-polling-timer-together-with-i.patch
 wifi-iwlwifi-mvm-fix-the-listener-mac-filter-flags.patch
 bpf-mark-bpf_spin_-lock-unlock-helpers-with-notrace-.patch
 bpf-don-t-infer-ptr_to_ctx-for-programs-with-unnamed.patch
-arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch
 arm64-dts-qcom-sdm845-use-the-low-power-island-cx-mx.patch
 soc-qcom-llcc-check-return-value-on-broadcast_or-reg.patch
 arm-dts-qcom-msm8974-correct-qfprom-node-size.patch
diff --git a/queue-6.8/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch b/queue-6.8/arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch
deleted file mode 100644 (file)
index 265e953..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-From d862ef35cead2bf2e9802d4c05f8669a89ca0aad Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 18 Dec 2023 13:39:42 +0000
-Subject: arm64: dts: qcom: msm8996: Define UFS UniPro clock limits
-
-From: Yassine Oudjana <y.oudjana@protonmail.com>
-
-[ Upstream commit 68c4c20848d71b0e69c3403becb5dd23e89e5896 ]
-
-These limits were always defined as 0, but that didn't cause any issue
-since the driver had hardcoded limits. In commit b4e13e1ae95e ("scsi: ufs:
-qcom: Add multiple frequency support for MAX_CORE_CLK_1US_CYCLES") the
-hardcoded limits were removed and the driver started reading them from DT,
-causing UFS to stop working on MSM8996. Add real UniPro clock limits to fix
-UFS.
-
-Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
-Fixes: 57fc67ef0d35 ("arm64: dts: qcom: msm8996: Add ufs related nodes")
-Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
-Link: https://lore.kernel.org/r/20231218133917.78770-1-y.oudjana@protonmail.com
-Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
-index a66f2f8ef3be5..8ec95bfd884f2 100644
---- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
-+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
-@@ -2077,7 +2077,7 @@ ufshc: ufshc@624000 {
-                               <0 0>,
-                               <0 0>,
-                               <150000000 300000000>,
--                              <0 0>,
-+                              <75000000 150000000>,
-                               <0 0>,
-                               <0 0>,
-                               <0 0>,
--- 
-2.43.0
-
index 6cae78ea23f5cfc0819f213ff187e08f4664dd8a..095797ab1c53c8701bbf863f40053f10b5c2500a 100644 (file)
@@ -205,7 +205,6 @@ can-m_can-start-cancel-polling-timer-together-with-i.patch
 wifi-iwlwifi-mvm-fix-the-listener-mac-filter-flags.patch
 bpf-mark-bpf_spin_-lock-unlock-helpers-with-notrace-.patch
 bpf-don-t-infer-ptr_to_ctx-for-programs-with-unnamed.patch
-arm64-dts-qcom-msm8996-define-ufs-unipro-clock-limit.patch
 arm64-dts-qcom-sdm845-use-the-low-power-island-cx-mx.patch
 soc-qcom-llcc-check-return-value-on-broadcast_or-reg.patch
 arm-dts-qcom-msm8974-correct-qfprom-node-size.patch