Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Eddie James and committed by
Joel Stanley
189e847a 010da3da

-30
-30
arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dts
··· 19 19 reg = <0x6b>; 20 20 }; 21 21 }; 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 - };