Merge tag 'for-5.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / hwmon / dps650ab.txt
1 Bindings for Delta Electronics DPS-650-AB power supply
2
3 Required properties:
4 - compatible : "delta,dps650ab"
5 - reg        : I2C address, one of 0x58, 0x59.
6
7 Example:
8         dps650ab@58 {
9                     compatible = "delta,dps650ab";
10                     reg = <0x58>;
11         };