From: Chanh Nguyen Date: Thu, 5 Sep 2024 06:35:20 +0000 (+0000) Subject: ARM: dts: aspeed: mtmitchell: Add I2C FAN controllers X-Git-Tag: v6.14-rc1~103^2^2~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c1bb3df1bb85c8b80675115ca825499b688555d;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: aspeed: mtmitchell: Add I2C FAN controllers Add the MAX31790 nodes as i2c fan controllers. Signed-off-by: Chanh Nguyen Link: https://patch.msgid.link/20240905063521.319416-2-chanh@os.amperecomputing.com Signed-off-by: Andrew Jeffery --- 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 0295f5adcfbc8..da181f9ae8206 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 {