diff options
author | Eddie James <eajames@linux.ibm.com> | 2021-03-29 18:00:09 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-04-08 04:42:13 +0300 |
commit | 0d7208d9080c44cb0f41ea72b9768f08f3690790 (patch) | |
tree | 2a35028bc04f4dac4632934f43264f6fb27bfb73 /arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts | |
parent | 510ed4320a2f0bc7624f1fcadb8dac637b993538 (diff) | |
download | linux-0d7208d9080c44cb0f41ea72b9768f08f3690790.tar.xz |
ARM: dts: aspeed: rainier 4U: Fix fan configuration
The 4U fans didn't have the correct properties since the fan nodes
were redefined. Fix this by referencing each fan individually and
adding the differences to the 4U fans.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20210329150020.13632-12-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts index 291f7d6c9979..f7fd3b3c90d0 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts @@ -22,16 +22,30 @@ &fan0 { tach-pulses = <4>; + /delete-property/ maxim,fan-dual-tach; }; &fan1 { tach-pulses = <4>; + /delete-property/ maxim,fan-dual-tach; }; &fan2 { tach-pulses = <4>; + /delete-property/ maxim,fan-dual-tach; }; &fan3 { tach-pulses = <4>; + /delete-property/ maxim,fan-dual-tach; +}; + +&fan4 { + tach-pulses = <4>; + /delete-property/ maxim,fan-dual-tach; +}; + +&fan5 { + tach-pulses = <4>; + /delete-property/ maxim,fan-dual-tach; }; |