2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 02:34:01 +08:00

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>
This commit is contained in:
Alban Bedel 2020-10-01 16:57:37 +02:00 committed by Guenter Roeck
parent 3e37c9d48f
commit efc2360b28

View File

@ -43,6 +43,9 @@ properties:
reg:
maxItems: 1
vs-supply:
description: phandle to the regulator that provides the +VS supply
required:
- compatible
- reg
@ -58,5 +61,6 @@ examples:
sensor@48 {
compatible = "st,stlm75";
reg = <0x48>;
vs-supply = <&vs>;
};
};