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 <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent c66c5bd commit 03abdce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)