summaryrefslogtreecommitdiffstats
path: root/src/occ_405/wof/wof.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/wof/wof.c')
-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