diff options
author | Eddie James <eajames@linux.ibm.com> | 2021-04-30 21:59:59 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-06-04 09:41:21 +0300 |
commit | 189e847a0f0bcf99df5aea85e634abada5fbfbf4 (patch) | |
tree | 11c983888ff84cae93ca6d3caf6bf0b727eec7e9 /arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts | |
parent | 010da3daf9278ed03d38b7dcb0422f1a7df1bdd3 (diff) | |
download | linux-189e847a0f0bcf99df5aea85e634abada5fbfbf4.tar.xz |
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>
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 | 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; -}; |