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

DT: add binding documentation for STTS751

Signed-off-by: Andrea Merello <andrea.merello@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

authored by

andrea.merello and committed by
Guenter Roeck
64693328 7f07ec0f

+15
+15
Documentation/devicetree/bindings/hwmon/stts751.txt
··· 1 + * STTS751 thermometer. 2 + 3 + Required node properties: 4 + - compatible: "stts751" 5 + - reg: I2C bus address of the device 6 + 7 + Optional properties: 8 + - smbus-timeout-disable: when set, the smbus timeout function will be disabled 9 + 10 + Example stts751 node: 11 + 12 + temp-sensor { 13 + compatible = "stts751"; 14 + reg = <0x48>; 15 + }