Skip to content

Commit 189e847

Browse files
Eddie Jamesshenki
authored andcommitted
ARM: dts: aspeed: Rainier 4U: Remove fan updates
The 4U fans do not need a different "tach-pulses" property than the 2U machine. In addition, the "maxim,fan-dual-tach" property does not exist upstream yet, so it should also be removed. Signed-off-by: Eddie James <[email protected]> Signed-off-by: Joel Stanley <[email protected]>
1 parent 010da3d commit 189e847

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,3 @@
1919
reg = <0x6b>;
2020
};
2121
};
22-
23-
&fan0 {
24-
tach-pulses = <4>;
25-
/delete-property/ maxim,fan-dual-tach;
26-
};
27-
28-
&fan1 {
29-
tach-pulses = <4>;
30-
/delete-property/ maxim,fan-dual-tach;
31-
};
32-
33-
&fan2 {
34-
tach-pulses = <4>;
35-
/delete-property/ maxim,fan-dual-tach;
36-
};
37-
38-
&fan3 {
39-
tach-pulses = <4>;
40-
/delete-property/ maxim,fan-dual-tach;
41-
};
42-
43-
&fan4 {
44-
tach-pulses = <4>;
45-
/delete-property/ maxim,fan-dual-tach;
46-
};
47-
48-
&fan5 {
49-
tach-pulses = <4>;
50-
/delete-property/ maxim,fan-dual-tach;
51-
};

0 commit comments

Comments
 (0)