OSDN Git Service

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 f7fd3b3..342546a 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;
-};