Re: [PATCH 1/2] dt-bindings: hwmon: adm1275: add sq24905c support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 8/4/25 05:48, ChiShih Tsai wrote:
Add support for sq24905c Hot-Swap Controller and Digital Power Monitor.

Signed-off-by: ChiShih Tsai <tomtsai764@xxxxxxxxx>
---
  .../bindings/hwmon/adi,adm1275.yaml           | 20 +++++++++++++++++++
  1 file changed, 20 insertions(+)

diff --git a/Documentation/devicetree/bindings/hwmon/adi,adm1275.yaml b/Documentation/devicetree/bindings/hwmon/adi,adm1275.yaml
index ddb72857c846..6aa300086c84 100644
--- a/Documentation/devicetree/bindings/hwmon/adi,adm1275.yaml
+++ b/Documentation/devicetree/bindings/hwmon/adi,adm1275.yaml
@@ -30,6 +30,7 @@ properties:
        - adi,adm1281
        - adi,adm1293
        - adi,adm1294
+      - silergy,sq24905c
reg:
      maxItems: 1
@@ -46,6 +47,18 @@ properties:
      $ref: /schemas/types.yaml#/definitions/uint32
      enum: [1, 2, 4, 8, 16, 32, 64, 128]
+ silergy,volt-curr-sample-average:
+    description: |
+      Number of samples to be used to report voltage and current values.
+    $ref: /schemas/types.yaml#/definitions/uint32
+    enum: [1, 2, 4, 8, 16, 32, 64, 128]
+
+  silergy,power-sample-average:
+    description: |
+      Number of samples to be used to report power values.
+    $ref: /schemas/types.yaml#/definitions/uint32
+    enum: [1, 2, 4, 8, 16, 32, 64, 128]
+
  allOf:
    - $ref: hwmon-common.yaml#
    - if:
@@ -96,12 +109,17 @@ allOf:
                - adi,adm1281
                - adi,adm1293
                - adi,adm1294
+              - silergy,sq24905c
      then:
        properties:
          adi,volt-curr-sample-average:
            default: 128
          adi,power-sample-average:
            default: 1
+        silergy,volt-curr-sample-average:
+          default: 128
+        silergy,power-sample-average:
+          default: 1

I personally don't think this warrants new properties. However, if warranted,
this needs to be qualified to only apply for the Silergy parts.

Guenter

  required:
    - compatible
@@ -121,5 +139,7 @@ examples:
              shunt-resistor-micro-ohms = <500>;
              adi,volt-curr-sample-average = <128>;
              adi,power-sample-average = <128>;
+            silergy,volt-curr-sample-average = <128>;
+            silergy,power-sample-average = <1>;
          };
      };





[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux