[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240508170544.263059-2-chris.packham@alliedtelesis.co.nz>
Date: Thu, 9 May 2024 05:05:42 +1200
From: Chris Packham <chris.packham@...iedtelesis.co.nz>
To: jdelvare@...e.com,
linux@...ck-us.net,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org
Cc: linux-hwmon@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
Chris Packham <chris.packham@...iedtelesis.co.nz>
Subject: [PATCH 1/2] dt-bindings: hwmon: Document adt7475 PWM initial duty cycle
Add documentation for the pwm-initial-duty-cycle and
pwm-initial-frequency properties. These allow the starting state of the
PWM outputs to be set to cater for hardware designs where undesirable
amounts of noise is created by the default hardware state.
Signed-off-by: Chris Packham <chris.packham@...iedtelesis.co.nz>
---
.../devicetree/bindings/hwmon/adt7475.yaml | 26 ++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/hwmon/adt7475.yaml b/Documentation/devicetree/bindings/hwmon/adt7475.yaml
index 051c976ab711..3de300c9da2a 100644
--- a/Documentation/devicetree/bindings/hwmon/adt7475.yaml
+++ b/Documentation/devicetree/bindings/hwmon/adt7475.yaml
@@ -51,6 +51,29 @@ properties:
enum: [0, 1]
default: 1
+ adi,pwm-initial-duty-cycle:
+ description: |
+ Configures the initial duty cycle for the PWM outputs. The hardware
+ default is 100% but this may cause unwanted fan noise at startup. Set
+ this to a value from 0 (0% duty cycle) to 255 (100% duty cycle).
+ $ref: /schemas/types.yaml#/definitions/uint32-array
+ minItems: 3
+ maxItems: 3
+ items:
+ minimum: 0
+ maximum: 255
+ default: 255
+
+ adi,pwm-initial-frequency:
+ description: |
+ Configures the initial frequency for the PWM outputs.
+ $ref: /schemas/types.yaml#/definitions/uint32-array
+ minItems: 3
+ maxItems: 3
+ items:
+ enum: [11, 14, 22, 29, 35, 44, 58, 88, 22500]
+ default: 35
+
patternProperties:
"^adi,bypass-attenuator-in[0-4]$":
description: |
@@ -80,7 +103,6 @@ patternProperties:
- therm#
- smbalert#
- gpio
-
required:
- compatible
- reg
@@ -99,6 +121,8 @@ examples:
adi,bypass-attenuator-in0 = <1>;
adi,bypass-attenuator-in1 = <0>;
adi,pwm-active-state = <1 0 1>;
+ adi,pwm-initial-duty-cycle = <128 0 128>;
+ adi,pwm-initial-frequency = <22500 0 22500>;
adi,pin10-function = "smbalert#";
adi,pin14-function = "tach4";
};
--
2.43.2
Powered by blists - more mailing lists