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