summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2016-07-14 22:29:40 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-01 11:59:32 -0400
commitf517d6b56df4b889c0c5f96e95f9317da25e7121 (patch)
treeeb8030a89f7f937e5e97dccf2a09266b907eae41 /src/import/chips/p9
parent089003d583cc95c0d35ba8f1a9676613b7a26690 (diff)
downloadtalos-hostboot-f517d6b56df4b889c0c5f96e95f9317da25e7121.tar.gz
talos-hostboot-f517d6b56df4b889c0c5f96e95f9317da25e7121.zip
p9_quad_power_off - restore call to p9_pfet_control
Change-Id: If51d4d2deef7f1f5707dbfccab21bc97bbdb677a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27061 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27588 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_quad_power_off.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_quad_power_off.C b/src/import/chips/p9/procedures/hwp/pm/p9_quad_power_off.C
index f5b7caff7..4fd9928bb 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_quad_power_off.C
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_quad_power_off.C
@@ -60,9 +60,9 @@ fapi2::ReturnCode p9_quad_power_off(
FAPI_INF("Quad power off chiplet no.%d", l_unit_pos);
// Call the procedure
-// p9_pm_pfet_control_eq(i_target,
-// PM_PFET_TYPE_C::BOTH,
-// PM_PFET_TYPE_C::OFF);
+ p9_pm_pfet_control_eq(i_target,
+ PM_PFET_TYPE_C::BOTH,
+ PM_PFET_TYPE_C::OFF);
FAPI_INF("p9_quad_power_off: ...Exiting");
OpenPOWER on IntegriCloud