From: Xiaoting Liu Date: Thu, 10 Jan 2019 02:24:33 +0000 (+0800) Subject: dt-bindings: hwmon: add dps650ab documentation X-Git-Tag: v5.1-rc1~180^2~81 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=35ca16c84e9b1919349b274e19e647790b6fd4ad;p=linux.git dt-bindings: hwmon: add dps650ab documentation Bindings for Delta Electronics DPS-650-AB power supply. Signed-off-by: Xiaoting Liu Reviewed-by: Rob Herring Signed-off-by: Guenter Roeck --- diff --git a/Documentation/devicetree/bindings/hwmon/dps650ab.txt b/Documentation/devicetree/bindings/hwmon/dps650ab.txt new file mode 100644 index 000000000000..76780e795899 --- /dev/null +++ b/Documentation/devicetree/bindings/hwmon/dps650ab.txt @@ -0,0 +1,11 @@ +Bindings for Delta Electronics DPS-650-AB power supply + +Required properties: +- compatible : "delta,dps650ab" +- reg : I2C address, one of 0x58, 0x59. + +Example: + dps650ab@58 { + compatible = "delta,dps650ab"; + reg = <0x58>; + };