Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [PATCH v2 1/2] dt-bindings: hwmon: pwm-fan: Document start from stopped state properties
@ 2024-11-06  2:14 Marek Vasut
  2024-11-06  2:14 ` [PATCH v2 2/2] hwmon: (pwm-fan) Introduce start from stopped state handling Marek Vasut
  2024-11-06  3:33 ` [PATCH v2 1/2] dt-bindings: hwmon: pwm-fan: Document start from stopped state properties Rob Herring (Arm)
  0 siblings, 2 replies; 5+ messages in thread
From: Marek Vasut @ 2024-11-06  2:14 UTC (permalink / raw)
  To: linux-hwmon
  Cc: Marek Vasut, Conor Dooley, Guenter Roeck, Jean Delvare,
	Krzysztof Kozlowski, Rob Herring, devicetree

Delta AFC0612DB-F00 fan has to be set to at least 30% PWM duty cycle
to spin up from a stopped state, and can be afterward throttled down to
lower PWM duty cycle. Introduce support for operating such fans which
need to start at higher PWM duty cycle first and can slow down next.

Document two new DT properties, "fan-stop-to-start-percent" and
"fan-stop-to-start-usec". The former describes the minimum percent
of fan RPM at which it will surely spin up from stopped state. This
value can be found in the fan datasheet and can be converted to PWM
duty cycle easily. The "fan-stop-to-start-usec" describes the minimum
time in microseconds for which the fan has to be set to stopped state
start RPM for the fan to surely spin up.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: Jean Delvare <jdelvare@suse.com>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-hwmon@vger.kernel.org
---
V2: - Rename fan-dead-stop-start-percent to fan-stop-to-start-percent
    - Rename fan-dead-stop-start-usec to fan-stop-to-start-us
---
 Documentation/devicetree/bindings/hwmon/pwm-fan.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Documentation/devicetree/bindings/hwmon/pwm-fan.yaml b/Documentation/devicetree/bindings/hwmon/pwm-fan.yaml
index 4e5abf7580cc6..f4911e3fdb5b5 100644
--- a/Documentation/devicetree/bindings/hwmon/pwm-fan.yaml
+++ b/Documentation/devicetree/bindings/hwmon/pwm-fan.yaml
@@ -31,6 +31,17 @@ properties:
       it must be self resetting edge interrupts.
     maxItems: 1
 
+  fan-stop-to-start-percent:
+    description:
+      Minimum fan RPM in percent to start when stopped.
+    minimum: 0
+    maximum: 100
+
+  fan-stop-to-start-us:
+    description:
+      Time to wait in microseconds after start when stopped.
+    $ref: /schemas/types.yaml#/definitions/uint32
+
   pulses-per-revolution:
     description:
       Define the number of pulses per fan revolution for each tachometer
-- 
2.45.2


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

end of thread, other threads:[~2024-11-06 20:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06  2:14 [PATCH v2 1/2] dt-bindings: hwmon: pwm-fan: Document start from stopped state properties Marek Vasut
2024-11-06  2:14 ` [PATCH v2 2/2] hwmon: (pwm-fan) Introduce start from stopped state handling Marek Vasut
2024-11-06  4:26   ` Guenter Roeck
2024-11-06 18:58     ` Marek Vasut
2024-11-06  3:33 ` [PATCH v2 1/2] dt-bindings: hwmon: pwm-fan: Document start from stopped state properties 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