Add a boolean extended-range-enable to make the extented temperature feature for some lm90 devices configurable. Signed-off-by: Holger Brunck <holger.brunck@xxxxxxxxxxxxxxxxx> cc: Jean Delvare <jdelvare@xxxxxxxx> cc: Guenter Roeck <linux@xxxxxxxxxxxx> cc: Rob Herring <robh+dt@xxxxxxxxxx> cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx> --- Documentation/devicetree/bindings/hwmon/national,lm90.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/hwmon/national,lm90.yaml b/Documentation/devicetree/bindings/hwmon/national,lm90.yaml index 30db92977937..98d01f6c9331 100644 --- a/Documentation/devicetree/bindings/hwmon/national,lm90.yaml +++ b/Documentation/devicetree/bindings/hwmon/national,lm90.yaml @@ -52,6 +52,10 @@ properties: vcc-supply: description: phandle to the regulator that provides the +VCC supply + extended-range-enable: + description: Set to enable extended range temperature. + type: boolean + required: - compatible - reg -- 2.34.1