diff options
author | 2021-04-30 13:59:59 -0500 | |
---|---|---|
committer | 2021-06-04 16:11:21 +0930 | |
commit | 189e847a0f0bcf99df5aea85e634abada5fbfbf4 (patch) | |
tree | 11c983888ff84cae93ca6d3caf6bf0b727eec7e9 | |
parent | ARM: dts: aspeed: Everest: Fix cable card PCA chips (diff) | |
download | wireguard-linux-189e847a0f0bcf99df5aea85e634abada5fbfbf4.tar.xz wireguard-linux-189e847a0f0bcf99df5aea85e634abada5fbfbf4.zip |
ARM: dts: aspeed: Rainier 4U: Remove fan updates
The 4U fans do not need a different "tach-pulses" property than the 2U
machine. In addition, the "maxim,fan-dual-tach" property does not exist
upstream yet, so it should also be removed.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts | 30 |
1 files changed, 0 insertions, 30 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 f7fd3b3c90d0..342546a3c0f5 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts @@ -19,33 +19,3 @@ reg = <0x6b>; }; }; - -&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; -}; |