Commit 510ed432 authored by Joel Stanley's avatar Joel Stanley

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: default avatarJoel Stanley <joel@jms.id.au>
parent 2f9a9f3c
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment