Linux Power Management development
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: thermal: Drop db8500-thermal.txt
@ 2025-10-30 19:52 Rob Herring (Arm)
  2025-10-30 20:02 ` Conor Dooley
  2025-11-10  1:03 ` Rob Herring (Arm)
  0 siblings, 2 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-10-30 19:52 UTC (permalink / raw)
  To: Rafael J. Wysocki, Daniel Lezcano, Zhang Rui, Lukasz Luba,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-pm, devicetree, linux-kernel

The binding is already defined in mfd/stericsson,db8500-prcmu.yaml and none
of 'the tripN.*' properties appear to be in use.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../bindings/thermal/db8500-thermal.txt       | 44 -------------------
 1 file changed, 44 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/thermal/db8500-thermal.txt

diff --git a/Documentation/devicetree/bindings/thermal/db8500-thermal.txt b/Documentation/devicetree/bindings/thermal/db8500-thermal.txt
deleted file mode 100644
index 2e1c06fad81f..000000000000
--- a/Documentation/devicetree/bindings/thermal/db8500-thermal.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-* ST-Ericsson DB8500 Thermal
-
-** Thermal node properties:
-
-- compatible : "stericsson,db8500-thermal";
-- reg : address range of the thermal sensor registers;
-- interrupts : interrupts generated from PRCMU;
-- interrupt-names : "IRQ_HOTMON_LOW" and "IRQ_HOTMON_HIGH";
-- num-trips : number of total trip points, this is required, set it 0 if none,
-  if greater than 0, the following properties must be defined;
-- tripN-temp : temperature of trip point N, should be in ascending order;
-- tripN-type : type of trip point N, should be one of "active" "passive" "hot"
-  "critical";
-- tripN-cdev-num : number of the cooling devices which can be bound to trip
-  point N, this is required if trip point N is defined, set it 0 if none,
-  otherwise the following cooling device names must be defined;
-- tripN-cdev-nameM : name of the No. M cooling device of trip point N;
-
-Usually the num-trips and tripN-*** are separated in board related dts files.
-
-Example:
-thermal@801573c0 {
-	compatible = "stericsson,db8500-thermal";
-	reg = <0x801573c0 0x40>;
-	interrupts = <21 0x4>, <22 0x4>;
-	interrupt-names = "IRQ_HOTMON_LOW", "IRQ_HOTMON_HIGH";
-
-	num-trips = <3>;
-
-	trip0-temp = <75000>;
-	trip0-type = "active";
-	trip0-cdev-num = <1>;
-	trip0-cdev-name0 = "thermal-cpufreq-0";
-
-	trip1-temp = <80000>;
-	trip1-type = "active";
-	trip1-cdev-num = <2>;
-	trip1-cdev-name0 = "thermal-cpufreq-0";
-	trip1-cdev-name1 = "thermal-fan";
-
-	trip2-temp = <85000>;
-	trip2-type = "critical";
-	trip2-cdev-num = <0>;
-}
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: thermal: Drop db8500-thermal.txt
  2025-10-30 19:52 [PATCH] dt-bindings: thermal: Drop db8500-thermal.txt Rob Herring (Arm)
@ 2025-10-30 20:02 ` Conor Dooley
  2025-11-10  1:03 ` Rob Herring (Arm)
  1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2025-10-30 20:02 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: Rafael J. Wysocki, Daniel Lezcano, Zhang Rui, Lukasz Luba,
	Krzysztof Kozlowski, Conor Dooley, linux-pm, devicetree,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

On Thu, Oct 30, 2025 at 02:52:33PM -0500, Rob Herring (Arm) wrote:
> The binding is already defined in mfd/stericsson,db8500-prcmu.yaml and none
> of 'the tripN.*' properties appear to be in use.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: thermal: Drop db8500-thermal.txt
  2025-10-30 19:52 [PATCH] dt-bindings: thermal: Drop db8500-thermal.txt Rob Herring (Arm)
  2025-10-30 20:02 ` Conor Dooley
@ 2025-11-10  1:03 ` Rob Herring (Arm)
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-11-10  1:03 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: Krzysztof Kozlowski, linux-kernel, Rafael J. Wysocki,
	Daniel Lezcano, Lukasz Luba, Zhang Rui, linux-pm, devicetree,
	Conor Dooley


On Thu, 30 Oct 2025 14:52:33 -0500, Rob Herring (Arm) wrote:
> The binding is already defined in mfd/stericsson,db8500-prcmu.yaml and none
> of 'the tripN.*' properties appear to be in use.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  .../bindings/thermal/db8500-thermal.txt       | 44 -------------------
>  1 file changed, 44 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/thermal/db8500-thermal.txt
> 

Applied, thanks!


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-10  1:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-30 19:52 [PATCH] dt-bindings: thermal: Drop db8500-thermal.txt Rob Herring (Arm)
2025-10-30 20:02 ` Conor Dooley
2025-11-10  1:03 ` Rob Herring (Arm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox