dt-bindings: hwmon: ti,tmp102: document optional V+ supply property

TMP102 is powered by its V+ supply, document it. The property is called
"vcc-supply" since the plus sign (+) is not a valid property character.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250417180426.3872314-1-peter@korsgaard.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
Peter Korsgaard
2025-04-17 20:04:25 +02:00
committed by Guenter Roeck
parent c66c5bda7f
commit 03abdce464

View File

@@ -23,6 +23,9 @@ properties:
"#thermal-sensor-cells":
const: 1
vcc-supply:
description: Power supply for tmp102
required:
- compatible
- reg
@@ -42,6 +45,7 @@ examples:
reg = <0x48>;
interrupt-parent = <&gpio7>;
interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
vcc-supply = <&supply>;
#thermal-sensor-cells = <1>;
};
};