Skip to content

Commit 03abdce

Browse files
jacmetgroeck
authored andcommitted
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>
1 parent c66c5bd commit 03abdce

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ properties:
2323
"#thermal-sensor-cells":
2424
const: 1
2525

26+
vcc-supply:
27+
description: Power supply for tmp102
28+
2629
required:
2730
- compatible
2831
- reg
@@ -42,6 +45,7 @@ examples:
4245
reg = <0x48>;
4346
interrupt-parent = <&gpio7>;
4447
interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
48+
vcc-supply = <&supply>;
4549
#thermal-sensor-cells = <1>;
4650
};
4751
};

0 commit comments

Comments
 (0)