summaryrefslogtreecommitdiffstats
path: root/src/occ_405/wof
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2017-08-22 16:19:04 -0500
committerAndres A. Lugo-Reyes <aalugore@us.ibm.com>2017-08-25 16:08:26 -0400
commit854999aaca9b49263df09248fb830a9513a381d4 (patch)
treebfe9a92641d1a175fffad2233a9cabd2ccbc47ec /src/occ_405/wof
parentdf326632a2cc6be49523b32fd034a95915e76898 (diff)
downloadtalos-occ-854999aaca9b49263df09248fb830a9513a381d4.tar.gz
talos-occ-854999aaca9b49263df09248fb830a9513a381d4.zip
Re-hardcode vratio and fratio to 1
Change-Id: I4a8ae2352394b1b19a2fc5a7708a6833460c4c6b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45159 Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com>
Diffstat (limited to 'src/occ_405/wof')
-rw-r--r--src/occ_405/wof/wof.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/occ_405/wof/wof.c b/src/occ_405/wof/wof.c
index 24dae92..2d4a166 100644
--- a/src/occ_405/wof/wof.c
+++ b/src/occ_405/wof/wof.c
@@ -674,9 +674,10 @@ void read_shared_sram( void )
g_wof->f_clip_freq = (proc_pstate2freq(g_wof->f_clip_ps))/1000;
g_wof->v_clip = l_wofstate.fields.vclip_mv;
- g_wof->f_ratio = l_wofstate.fields.fratio;
- g_wof->v_ratio = l_wofstate.fields.vratio;
-
+// g_wof->f_ratio = l_wofstate.fields.fratio;
+// g_wof->v_ratio = l_wofstate.fields.vratio;
+ g_wof->f_ratio = 1;
+ g_wof->v_ratio = 1;
// Get the requested active quad update
read_req_active_quads();
OpenPOWER on IntegriCloud