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>
This commit is contained in:
parent
010da3daf9
commit
189e847a0f
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue