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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iio: ti,tmp117: add vcc supply binding

Add the binding to specify the vcc supply. We can't make it required
since this would break the backward compatibility.

Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Thomas Haemmerle <thomas.haemmerle@leica-geosystems.com>
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Link: https://lore.kernel.org/r/20240219131114.134607-1-m.felsch@pengutronix.de
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Thomas Haemmerle and committed by
Jonathan Cameron
7d87c9b9 58efe761

+5
+5
Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml
··· 24 24 reg: 25 25 maxItems: 1 26 26 27 + vcc-supply: 28 + description: provide VCC power to the sensor. 29 + 27 30 required: 28 31 - compatible 29 32 - reg 33 + - vcc-supply 30 34 31 35 additionalProperties: false 32 36 ··· 43 39 tmp117@48 { 44 40 compatible = "ti,tmp117"; 45 41 reg = <0x48>; 42 + vcc-supply = <&pmic_reg_3v3>; 46 43 }; 47 44 };