ARM: dts: aspeed: Rainier 4U: Remove fan updates
authorEddie James <eajames@linux.ibm.com>
Fri, 30 Apr 2021 18:59:59 +0000 (13:59 -0500)
committerJoel Stanley <joel@jms.id.au>
Fri, 4 Jun 2021 06:41:21 +0000 (16:11 +0930)
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>
arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts

index f7fd3b3c90d08b8883dd8e00d5acb9a8b184d8d8..342546a3c0f5a9323133e95ff1a34baf20345f11 100644 (file)
                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;
-};