Commit efc2360b authored by Alban Bedel's avatar Alban Bedel Committed by Guenter Roeck

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: default avatarAlban Bedel <alban.bedel@aerq.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201001145738.17326-3-alban.bedel@aerq.comSigned-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 3e37c9d4
...@@ -43,6 +43,9 @@ properties: ...@@ -43,6 +43,9 @@ properties:
reg: reg:
maxItems: 1 maxItems: 1
vs-supply:
description: phandle to the regulator that provides the +VS supply
required: required:
- compatible - compatible
- reg - reg
...@@ -58,5 +61,6 @@ examples: ...@@ -58,5 +61,6 @@ examples:
sensor@48 { sensor@48 {
compatible = "st,stlm75"; compatible = "st,stlm75";
reg = <0x48>; reg = <0x48>;
vs-supply = <&vs>;
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment