b624c4d037
It accidently ended up in i2c, but it should be in the hwmon folder. Signed-off-by: Wolfram Sang <wsa@kernel.org> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220615211619.6742-1-wsa@kernel.org
26 lines
604 B
Plaintext
26 lines
604 B
Plaintext
Device-tree bindings for I2C-based On-Chip Controller hwmon device
|
|
------------------------------------------------------------------
|
|
|
|
Required properties:
|
|
- compatible = "ibm,p8-occ-hwmon";
|
|
- reg = <I2C address>; : I2C bus address
|
|
|
|
Examples:
|
|
|
|
i2c-bus@100 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
clock-frequency = <100000>;
|
|
< more properties >
|
|
|
|
occ-hwmon@1 {
|
|
compatible = "ibm,p8-occ-hwmon";
|
|
reg = <0x50>;
|
|
};
|
|
|
|
occ-hwmon@2 {
|
|
compatible = "ibm,p8-occ-hwmon";
|
|
reg = <0x51>;
|
|
};
|
|
};
|