projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
510ed43
)
ARM: dts: aspeed: rainier 4U: Fix fan configuration
author
Eddie James
<eajames@linux.ibm.com>
Mon, 29 Mar 2021 15:00:09 +0000
(10:00 -0500)
committer
Joel Stanley
<joel@jms.id.au>
Thu, 8 Apr 2021 01:42:13 +0000
(11:12 +0930)
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>
arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts
b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts
index
291f7d6
..
f7fd3b3
100644
(file)
--- a/
arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts
+++ b/
arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts
@@
-22,16
+22,30
@@
&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;
};