mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
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:
parent
cb3f397b17
commit
0c1bb3df1b
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user