configurations: sbp1: Set failsafe to 35%

Set a failsafe of 35% that will keep all mainboard components
cool enough to prevent a thermal initiated emergency shutdown.

This value will also be used when the BMC is restarting or when the
phosphor-pid-control has been stopped.

Change-Id: I86f53a5e890840f9d5f3a62e90a1a3bc43c4374a
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/configurations/sbp1_chassis.json b/configurations/sbp1_chassis.json
index ec9a67b..747ca17 100644
--- a/configurations/sbp1_chassis.json
+++ b/configurations/sbp1_chassis.json
@@ -2009,7 +2009,7 @@
             ]
         },
         {
-            "FailSafePercent": 100,
+            "FailSafePercent": 35,
             "MinThermalOutput": 2500,
             "Name": "PSU",
             "Type": "Pid.Zone"