Skip to content

Commit

Permalink
Slimbus OC
Browse files Browse the repository at this point in the history
Increase root freq from 11 (24.526MHz) to 31 max
 (27+MHz) which is the largest it will take
 .Increase clock gear from 7 to 10 (max again)

This means SLIMbus will use its maximum potential to give the best audio quality for the hardware. Takes advantage of both hardware and the mods , also opening the door for more things that were previously limited by this. Researched and experimented by ZeroInfinity and Poondog
  • Loading branch information
acervenky committed Aug 28, 2019
1 parent 2caa0f1 commit 69b85d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/slimbus/slim-msm-ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ enum mgr_intr {

enum frm_cfg {
FRM_ACTIVE = 1,
CLK_GEAR = 7,
ROOT_FREQ = 11,
CLK_GEAR = 10,
ROOT_FREQ = 31,
REF_CLK_GEAR = 15,
INTR_WAKE = 19,
};
Expand Down

0 comments on commit 69b85d4

Please sign in to comment.