[PATCH v7 4/4] dt-bindings:Add SQ52206 to ina2xx devicetree bindings

Wenliang Yan posted 4 patches 7 months, 2 weeks ago
[PATCH v7 4/4] dt-bindings:Add SQ52206 to ina2xx devicetree bindings
Posted by Wenliang Yan 7 months, 2 weeks ago
Add the sq52206 compatible to the ina2xx.yaml

Signed-off-by: Wenliang Yan <wenliang202407@163.com>
---

Add the meaning of 'shunt-gain' in SQ52206.

v6->v7: Change 'silergy,sy24655' to 'silergy,sq52206' so that
the make dt_binding_check' command can be successfully passed

v5->v6:add content to meet the update requirements of the ina2xx.yaml

 Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml b/Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml
index bc03781342c0..d1fb7b9abda0 100644
--- a/Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml
+++ b/Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml
@@ -19,6 +19,7 @@ description: |
 properties:
   compatible:
     enum:
+      - silergy,sq52206
       - silergy,sy24655
       - ti,ina209
       - ti,ina219
@@ -58,6 +59,9 @@ properties:
       shunt voltage, and a value of 4 maps to ADCRANGE=0 such that a wider
       voltage range is used.
 
+      For SQ52206,the shunt-gain value 1 mapps to ADCRANGE=10/11, the value 2
+      mapps to ADCRANGE=01, and the value 4 mapps to ADCRANGE=00.
+
       The default value is device dependent, and is defined by the reset value
       of PGA/ADCRANGE in the respective configuration registers.
     $ref: /schemas/types.yaml#/definitions/uint32
@@ -97,6 +101,7 @@ allOf:
         compatible:
           contains:
             enum:
+              - silergy,sq52206
               - silergy,sy24655
               - ti,ina209
               - ti,ina219
-- 
2.17.1
Re: [PATCH v7 4/4] dt-bindings:Add SQ52206 to ina2xx devicetree bindings
Posted by Guenter Roeck 7 months, 1 week ago
On Tue, May 06, 2025 at 01:37:41AM -0400, Wenliang Yan wrote:
> Add the sq52206 compatible to the ina2xx.yaml
> 
> Signed-off-by: Wenliang Yan <wenliang202407@163.com>
> Acked-by: Conor Dooley <conor.dooley@microchip.com>

Applied.

Thanks,
Guenter
Re: [PATCH v7 4/4] dt-bindings:Add SQ52206 to ina2xx devicetree bindings
Posted by Conor Dooley 7 months, 2 weeks ago
On Tue, May 06, 2025 at 01:37:41AM -0400, Wenliang Yan wrote:
> Add the sq52206 compatible to the ina2xx.yaml
> 
> Signed-off-by: Wenliang Yan <wenliang202407@163.com>

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