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

hwmon: (ltc4151) Add devicetree binding for ltc4151

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

authored by

Daniel Golle and committed by
Guenter Roeck
4f120397 fc72af3a

+18
+18
Documentation/devicetree/bindings/hwmon/ltc4151.txt
··· 1 + LTC4151 High Voltage I2C Current and Voltage Monitor 2 + 3 + Required properties: 4 + - compatible: Must be "lltc,ltc4151" 5 + - reg: I2C address 6 + 7 + Optional properties: 8 + - shunt-resistor-micro-ohms 9 + Shunt resistor value in micro-Ohms 10 + Defaults to <1000> if unset. 11 + 12 + Example: 13 + 14 + ltc4151@6e { 15 + compatible = "lltc,ltc4151"; 16 + reg = <0x6e>; 17 + shunt-resistor-micro-ohms = <1500>; 18 + };