ARM: dts: aspeed: mtmitchell: Add I2C FAN controllers

Add the MAX31790 nodes as i2c fan controllers.

Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com>
Link: https://patch.msgid.link/20240905063521.319416-2-chanh@os.amperecomputing.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Chanh Nguyen 2024-09-05 06:35:20 +00:00 committed by Andrew Jeffery
parent cb3f397b17
commit 0c1bb3df1b

View File

@ -684,6 +684,16 @@ bmc-ocp0-en-hog {
line-name = "bmc-ocp0-en-n";
};
};
fan-controller0@20 {
compatible = "maxim,max31790";
reg = <0x20>;
};
fan-controller1@2f {
compatible = "maxim,max31790";
reg = <0x2f>;
};
};
&i2c9 {