ARM: dts: aspeed: rainier 4U: Fix fan configuration

The 4U fans didn't have the correct properties since the fan nodes
were redefined. Fix this by referencing each fan individually and
adding the differences to the 4U fans.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20210329150020.13632-12-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Eddie James 2021-03-29 10:00:09 -05:00 committed by Joel Stanley
parent 510ed4320a
commit 0d7208d908

View File

@ -22,16 +22,30 @@
&fan0 { &fan0 {
tach-pulses = <4>; tach-pulses = <4>;
/delete-property/ maxim,fan-dual-tach;
}; };
&fan1 { &fan1 {
tach-pulses = <4>; tach-pulses = <4>;
/delete-property/ maxim,fan-dual-tach;
}; };
&fan2 { &fan2 {
tach-pulses = <4>; tach-pulses = <4>;
/delete-property/ maxim,fan-dual-tach;
}; };
&fan3 { &fan3 {
tach-pulses = <4>; 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;
}; };