diff mbox

[linux,dev-4.10,2/3] arch/arm/boot/dts: Add optional property for max31785

Message ID 20170614205115.47342-3-cbostic@linux.vnet.ibm.com
State Superseded
Headers show

Commit Message

Christopher Bostic June 14, 2017, 8:51 p.m. UTC
Add new optional property 'fault-max-fan'.  Indicates that the
max31785 should be configured to set 100% PWM fan duty cycle
on fault condition.

Signed-off-by: Christopher Bostic <cbostic@linux.vnet.ibm.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
index 42b70a5d..d47da9d 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
@@ -196,6 +196,7 @@ 
 	max31785@52 {
 		compatible = "maxim,max31785";
 		reg = <0x52>;
+		fault-max-fan;
 	};
 
 	dps310@76 {