Skip to content

Commit efc2360

Browse files
AlbanBedelgroeck
authored andcommitted
dt-bindings: hwmon: Add the +vs supply to the lm75 bindings
Some boards might have a regulator that control the +VS supply, add it to the bindings. Signed-off-by: Alban Bedel <alban.bedel@aerq.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20201001145738.17326-3-alban.bedel@aerq.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent 3e37c9d commit efc2360

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • Documentation/devicetree/bindings/hwmon

Documentation/devicetree/bindings/hwmon/lm75.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ properties:
4343
reg:
4444
maxItems: 1
4545

46+
vs-supply:
47+
description: phandle to the regulator that provides the +VS supply
48+
4649
required:
4750
- compatible
4851
- reg
@@ -58,5 +61,6 @@ examples:
5861
sensor@48 {
5962
compatible = "st,stlm75";
6063
reg = <0x48>;
64+
vs-supply = <&vs>;
6165
};
6266
};

0 commit comments

Comments
 (0)