Skip to content

Commit f1ed8af

Browse files
ConchuODgroeck
authored andcommitted
dt-bindings: hwmon/pmbus: ti,lm25066: document regulators
All devices documented in the lm25066 binding are intended for use with a regulator, be that for purely monitoring purposes (lm25056) or, for the other devices, as the controller of that regulator. The binding does not currently allow regulator child nodes, so add one. Each of these devices interacts with only a single regulator and documentation refers to it as "Vout", hence the choice of child node name. Acked-by: Zev Weiss <[email protected]> Signed-off-by: Conor Dooley <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/20240223-tingling-mutt-dd55dd87ff5e@spud Signed-off-by: Guenter Roeck <[email protected]>
1 parent 22d409e commit f1ed8af

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/devicetree/bindings/hwmon/pmbus/ti,lm25066.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ properties:
3434
Shunt (sense) resistor value in micro-Ohms
3535
default: 1000
3636

37+
regulators:
38+
type: object
39+
40+
properties:
41+
vout:
42+
$ref: /schemas/regulator/regulator.yaml#
43+
type: object
44+
45+
unevaluatedProperties: false
46+
47+
additionalProperties: false
48+
3749
required:
3850
- compatible
3951
- reg

0 commit comments

Comments
 (0)