ARM: dts: aspeed: rainier: Add missing fan nodes

The Maxim fan controller has six fans attached. Two of these were
missing from the description.

Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Joel Stanley 2021-04-08 10:44:33 +09:30
parent 2f9a9f3c93
commit 510ed4320a

View File

@ -1240,6 +1240,18 @@ fan3: fan@3 {
reg = <3>;
tach-pulses = <2>;
};
fan4: fan@4 {
compatible = "pmbus-fan";
reg = <4>;
tach-pulses = <2>;
};
fan5: fan@5 {
compatible = "pmbus-fan";
reg = <5>;
tach-pulses = <2>;
};
};
pca0: pca9552@61 {