projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f9a9f3
)
ARM: dts: aspeed: rainier: Add missing fan nodes
author
Joel Stanley
<joel@jms.id.au>
Thu, 8 Apr 2021 01:14:33 +0000
(10:44 +0930)
committer
Joel Stanley
<joel@jms.id.au>
Thu, 8 Apr 2021 01:37:43 +0000
(11:07 +0930)
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>
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
index 7efc0b426f0a6bb3e4ffbf8e20e942dc76263a75..7a14d9989147ec1856c96ff521c4416f028e3642 100644
(file)
--- a/
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
+++ b/
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
@@
-1240,6
+1240,18
@@
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 {