summaryrefslogtreecommitdiffstats
path: root/src/occ_405/pss
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2016-08-31 19:03:03 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2016-09-30 18:11:35 -0400
commita1bacd7a9424a1c11fe4b0851fe38f0f31cb8296 (patch)
tree20060c666e84a4db3411bd95b38aab5b3133ed24 /src/occ_405/pss
parent795d5b1800a1ad0ed0354dec65d5edd12ce0ff17 (diff)
downloadtalos-occ-a1bacd7a9424a1c11fe4b0851fe38f0f31cb8296.tar.gz
talos-occ-a1bacd7a9424a1c11fe4b0851fe38f0f31cb8296.zip
Enable APSS Composite Mode
RTC:132559 Change-Id: Id66a6ee7083031f0a6a3364f4f01bdc9886ca638 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29070 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/pss')
-rwxr-xr-xsrc/occ_405/pss/apss.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/occ_405/pss/apss.c b/src/occ_405/pss/apss.c
index 84aa329..5529a11 100755
--- a/src/occ_405/pss/apss.c
+++ b/src/occ_405/pss/apss.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* Contributors Listed Below - COPYRIGHT 2011,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -45,7 +45,7 @@
const apssGpioConfigStruct_t G_gpio_config[2] = { {0x00, 0xFF, 0x00}, {0x00, 0xFF, 0x00} };
// Configure streaming of: APSS Mode, 16 ADCs, 2 GPIOs
-const apssModeConfigStruct_t G_apss_mode_config = { APSS_MODE_AUTO2, 16, 2 };
+const apssModeConfigStruct_t G_apss_mode_config = { APSS_MODE_COMPOSITE, 16, 2 };
// Power Measurements (read from APSS every RealTime loop)
apssPwrMeasStruct_t G_apss_pwr_meas = { {0} };
OpenPOWER on IntegriCloud