From: Joel Stanley Date: Thu, 8 Apr 2021 01:14:33 +0000 (+0930) Subject: ARM: dts: aspeed: rainier: Add missing fan nodes X-Git-Tag: v5.13-rc1~167^2~19^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=510ed4320a2f0bc7624f1fcadb8dac637b993538;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: aspeed: rainier: Add missing fan nodes The Maxim fan controller has six fans attached. Two of these were missing from the description. Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts index 7efc0b426f0a6..7a14d9989147e 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts @@ -1240,6 +1240,18 @@ reg = <3>; tach-pulses = <2>; }; + + fan4: fan@4 { + compatible = "pmbus-fan"; + reg = <4>; + tach-pulses = <2>; + }; + + fan5: fan@5 { + compatible = "pmbus-fan"; + reg = <5>; + tach-pulses = <2>; + }; }; pca0: pca9552@61 {