Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / hwmon / ibm,cffps1.txt
blobf68a0a68fc524cdc1ee547313892a34e78248800
1 Device-tree bindings for IBM Common Form Factor Power Supply Version 1
2 ----------------------------------------------------------------------
4 Required properties:
5  - compatible = "ibm,cffps1";
6  - reg = < I2C bus address >;           : Address of the power supply on the
7                                           I2C bus.
9 Example:
11     i2c-bus@100 {
12         #address-cells = <1>;
13         #size-cells = <0>;
14         #interrupt-cells = <1>;
15         < more properties >
17         power-supply@68 {
18             compatible = "ibm,cffps1";
19             reg = <0x68>;
20         };
21     };