Commit 03abdce4 authored by Peter Korsgaard's avatar Peter Korsgaard Committed by Guenter Roeck
Browse files

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: default avatarPeter Korsgaard <peter@korsgaard.com>
Reviewed-by: default avatarRob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250417180426.3872314-1-peter@korsgaard.com


Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent c66c5bda
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>;
        };
    };