mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
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:
parent
2f9a9f3c93
commit
510ed4320a
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user