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>
52 lines
732 B
Plaintext
52 lines
732 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
// Copyright 2020 IBM Corp.
|
|
/dts-v1/;
|
|
|
|
#include "aspeed-bmc-ibm-rainier.dts"
|
|
|
|
/ {
|
|
model = "Rainier 4U";
|
|
};
|
|
|
|
&i2c3 {
|
|
power-supply@6a {
|
|
compatible = "ibm,cffps";
|
|
reg = <0x6a>;
|
|
};
|
|
|
|
power-supply@6b {
|
|
compatible = "ibm,cffps";
|
|
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;
|
|
};
|