Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Peter Korsgaard and committed by
Guenter Roeck
03abdce4 c66c5bda

+4
+4
Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml
··· 23 23 "#thermal-sensor-cells": 24 24 const: 1 25 25 26 + vcc-supply: 27 + description: Power supply for tmp102 28 + 26 29 required: 27 30 - compatible 28 31 - reg ··· 45 42 reg = <0x48>; 46 43 interrupt-parent = <&gpio7>; 47 44 interrupts = <16 IRQ_TYPE_LEVEL_LOW>; 45 + vcc-supply = <&supply>; 48 46 #thermal-sensor-cells = <1>; 49 47 }; 50 48 };