Commit 189e847a authored by Eddie James's avatar Eddie James Committed by Joel Stanley
Browse files

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: default avatarEddie James <eajames@linux.ibm.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 010da3da
Loading
Loading
Loading
Loading
+0 −30
Original line number Diff line number Diff line
@@ -19,33 +19,3 @@ power-supply@6b {
		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;
};