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: http://git.ipfire.org/?a=commitdiff_plain;h=35ca16c84e9b1919349b274e19e647790b6fd4ad;p=thirdparty%2Fkernel%2Flinux.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 0000000000000..76780e7958996 --- /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>; + };