]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
Drop arm-dts-exynos-override-thermal-by-label-in-exynos42.patch
authorSasha Levin <sashal@kernel.org>
Wed, 15 Mar 2023 18:01:53 +0000 (14:01 -0400)
committerSasha Levin <sashal@kernel.org>
Wed, 15 Mar 2023 18:01:53 +0000 (14:01 -0400)
Signed-off-by: Sasha Levin <sashal@kernel.org>
queue-4.19/arm-dts-exynos-override-thermal-by-label-in-exynos42.patch [deleted file]
queue-4.19/series
queue-5.4/arm-dts-exynos-override-thermal-by-label-in-exynos42.patch [deleted file]
queue-5.4/series

diff --git a/queue-4.19/arm-dts-exynos-override-thermal-by-label-in-exynos42.patch b/queue-4.19/arm-dts-exynos-override-thermal-by-label-in-exynos42.patch
deleted file mode 100644 (file)
index 440b30b..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-From bc0918e731fbc8330d3f0c9546993ac88cbe2049 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Sun, 30 Aug 2020 15:51:43 +0200
-Subject: ARM: dts: exynos: Override thermal by label in Exynos4210
-
-From: Krzysztof Kozlowski <krzk@kernel.org>
-
-[ Upstream commit 1708f56081e239a29ed8646aa7fde6853235d93f ]
-
-Using full paths to extend or override a device tree node is error prone
-since if there was a typo error, a new node will be created instead of
-extending the node as it was desired.  This will lead to run-time errors
-that could be hard to detect.
-
-A mistyped label on the other hand, will cause a dtc compile error
-(during build time).
-
-Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-Link: https://lore.kernel.org/r/20200830135200.24304-16-krzk@kernel.org
-Stable-dep-of: 408ab6786dbf ("ARM: dts: exynos: correct TMU phandle in Exynos4210")
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm/boot/dts/exynos4210.dtsi | 36 +++++++++++++++----------------
- 1 file changed, 17 insertions(+), 19 deletions(-)
-
-diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
-index 0ed9ef75075bc..2ec6c01550564 100644
---- a/arch/arm/boot/dts/exynos4210.dtsi
-+++ b/arch/arm/boot/dts/exynos4210.dtsi
-@@ -370,26 +370,24 @@
-                       };
-               };
-       };
-+};
--      thermal-zones {
--              cpu_thermal: cpu-thermal {
--                      polling-delay-passive = <0>;
--                      polling-delay = <0>;
--                      thermal-sensors = <&tmu 0>;
--
--                      trips {
--                              cpu_alert0: cpu-alert-0 {
--                                      temperature = <85000>; /* millicelsius */
--                              };
--                              cpu_alert1: cpu-alert-1 {
--                                      temperature = <100000>; /* millicelsius */
--                              };
--                              cpu_alert2: cpu-alert-2 {
--                                      temperature = <110000>; /* millicelsius */
--                              };
--                      };
--              };
--      };
-+&cpu_alert0 {
-+      temperature = <85000>; /* millicelsius */
-+};
-+
-+&cpu_alert1 {
-+      temperature = <100000>; /* millicelsius */
-+};
-+
-+&cpu_alert2 {
-+      temperature = <110000>; /* millicelsius */
-+};
-+
-+&cpu_thermal {
-+      polling-delay-passive = <0>;
-+      polling-delay = <0>;
-+      thermal-sensors = <&tmu 0>;
- };
- &gic {
--- 
-2.39.2
-
index 4ae6af4de56910b130660f3e9721c7c478d18b21..917213cdf701506a3b9ac81693957e2f962241ff 100644 (file)
@@ -12,7 +12,6 @@ udf-remove-pointless-union-in-udf_inode_info.patch
 udf-preserve-link-count-of-system-files.patch
 udf-detect-system-inodes-linked-into-directory-hiera.patch
 arm-dts-exynos-fix-language-typo-and-indentation.patch
-arm-dts-exynos-override-thermal-by-label-in-exynos42.patch
 arm-dts-exynos-correct-tmu-phandle-in-exynos4210.patch
 arm-dts-exynos-add-all-cpus-in-cooling-maps.patch
 arm-dts-exynos-move-pmu-and-timer-nodes-out-of-soc.patch
diff --git a/queue-5.4/arm-dts-exynos-override-thermal-by-label-in-exynos42.patch b/queue-5.4/arm-dts-exynos-override-thermal-by-label-in-exynos42.patch
deleted file mode 100644 (file)
index 7cbf62c..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-From 4572182b40a2be85d99e32e7a5866202912dfd07 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Sun, 30 Aug 2020 15:51:43 +0200
-Subject: ARM: dts: exynos: Override thermal by label in Exynos4210
-
-From: Krzysztof Kozlowski <krzk@kernel.org>
-
-[ Upstream commit 1708f56081e239a29ed8646aa7fde6853235d93f ]
-
-Using full paths to extend or override a device tree node is error prone
-since if there was a typo error, a new node will be created instead of
-extending the node as it was desired.  This will lead to run-time errors
-that could be hard to detect.
-
-A mistyped label on the other hand, will cause a dtc compile error
-(during build time).
-
-Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-Link: https://lore.kernel.org/r/20200830135200.24304-16-krzk@kernel.org
-Stable-dep-of: 408ab6786dbf ("ARM: dts: exynos: correct TMU phandle in Exynos4210")
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm/boot/dts/exynos4210.dtsi | 36 +++++++++++++++----------------
- 1 file changed, 17 insertions(+), 19 deletions(-)
-
-diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
-index f220716239dbf..d341dcad8da6d 100644
---- a/arch/arm/boot/dts/exynos4210.dtsi
-+++ b/arch/arm/boot/dts/exynos4210.dtsi
-@@ -372,26 +372,24 @@
-                       };
-               };
-       };
-+};
--      thermal-zones {
--              cpu_thermal: cpu-thermal {
--                      polling-delay-passive = <0>;
--                      polling-delay = <0>;
--                      thermal-sensors = <&tmu 0>;
--
--                      trips {
--                              cpu_alert0: cpu-alert-0 {
--                                      temperature = <85000>; /* millicelsius */
--                              };
--                              cpu_alert1: cpu-alert-1 {
--                                      temperature = <100000>; /* millicelsius */
--                              };
--                              cpu_alert2: cpu-alert-2 {
--                                      temperature = <110000>; /* millicelsius */
--                              };
--                      };
--              };
--      };
-+&cpu_alert0 {
-+      temperature = <85000>; /* millicelsius */
-+};
-+
-+&cpu_alert1 {
-+      temperature = <100000>; /* millicelsius */
-+};
-+
-+&cpu_alert2 {
-+      temperature = <110000>; /* millicelsius */
-+};
-+
-+&cpu_thermal {
-+      polling-delay-passive = <0>;
-+      polling-delay = <0>;
-+      thermal-sensors = <&tmu 0>;
- };
- &gic {
--- 
-2.39.2
-
index 0c645f60ec538a74834c2fa7e8811fff183fc84e..79ee215b1adfb1924bf167e6f764b114f911252d 100644 (file)
@@ -22,7 +22,6 @@ ipmi-ssif-add-a-timer-between-request-retries.patch
 irqdomain-change-the-type-of-size-in-__irq_domain_ad.patch
 irqdomain-fix-domain-registration-race.patch
 iommu-vt-d-fix-pasid-directory-pointer-coherency.patch
-arm-dts-exynos-override-thermal-by-label-in-exynos42.patch
 arm-dts-exynos-correct-tmu-phandle-in-exynos4210.patch
 arm-dts-exynos-correct-tmu-phandle-in-exynos5250.patch
 arm-dts-exynos-add-gpu-thermal-zone-cooling-maps-for.patch