File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Documentation/devicetree/bindings/hwmon Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ properties:
27
27
- ti,ina226
28
28
- ti,ina230
29
29
- ti,ina231
30
+ - ti,ina233
30
31
- ti,ina237
31
32
- ti,ina238
32
33
- ti,ina260
@@ -75,12 +76,41 @@ properties:
75
76
the alert polarity to active-high.
76
77
$ref : /schemas/types.yaml#/definitions/flag
77
78
79
+ ti,maximum-expected-current-microamp :
80
+ description : |
81
+ This value indicates the maximum current in microamps that you can
82
+ expect to measure with ina233 in your circuit.
83
+
84
+ This value will be used to calculate the Current_LSB and current/power
85
+ coefficient for the pmbus and to calibrate the IC.
86
+ minimum : 32768
87
+ maximum : 4294967295
88
+ default : 32768000
89
+
78
90
required :
79
91
- compatible
80
92
- reg
81
93
82
94
allOf :
83
95
- $ref : hwmon-common.yaml#
96
+ - if :
97
+ properties :
98
+ compatible :
99
+ contains :
100
+ enum :
101
+ - silergy,sy24655
102
+ - ti,ina209
103
+ - ti,ina219
104
+ - ti,ina220
105
+ - ti,ina226
106
+ - ti,ina230
107
+ - ti,ina231
108
+ - ti,ina237
109
+ - ti,ina238
110
+ - ti,ina260
111
+ then :
112
+ properties :
113
+ ti,maximum-expected-current-microamp : false
84
114
85
115
unevaluatedProperties : false
86
116
You can’t perform that action at this time.
0 commit comments