summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChanh Nguyen <chanh@os.amperecomputing.com>2024-09-05 09:35:20 +0300
committerAndrew Jeffery <andrew@codeconstruct.com.au>2024-12-13 08:16:58 +0300
commit0c1bb3df1bb85c8b80675115ca825499b688555d (patch)
tree8e006c67bf123312ba0baea0a1f6ddfd6c2426aa
parentcb3f397b17bbda3f2998eff9e54b040c8fa85cc9 (diff)
downloadlinux-0c1bb3df1bb85c8b80675115ca825499b688555d.tar.xz
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>
-rw-r--r--arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts
index 0295f5adcfbc..da181f9ae820 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts
@@ -684,6 +684,16 @@
line-name = "bmc-ocp0-en-n";
};
};
+
+ fan-controller0@20 {
+ compatible = "maxim,max31790";
+ reg = <0x20>;
+ };
+
+ fan-controller1@2f {
+ compatible = "maxim,max31790";
+ reg = <0x2f>;
+ };
};
&i2c9 {