summaryrefslogtreecommitdiff
path: root/chip/g/jitter.c
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2016-06-27 20:58:43 -0700
committerVadim Bendebury <vbendeb@chromium.org>2016-06-29 22:10:51 +0000
commitf4e2d871300f7de66a85e7f01878bf155c5f91cc (patch)
tree90c5f76f6a79e7765274a60502685f5bec7649ed /chip/g/jitter.c
parent734d834becd3f8e08cdc094882aed447c6275b9f (diff)
downloadchrome-ec-f4e2d871300f7de66a85e7f01878bf155c5f91cc.tar.gz
cr50: TEMP: to be researched and removed
BRANCH=none BUG=chrome-os-partner:54916 TEST=none Change-Id: Ie7fc68a0ad8f9459558d3af03f942b4accaeebaf Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/356590
Diffstat (limited to 'chip/g/jitter.c')
-rw-r--r--chip/g/jitter.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/chip/g/jitter.c b/chip/g/jitter.c
index b0686bc0bf..1dd938cbf3 100644
--- a/chip/g/jitter.c
+++ b/chip/g/jitter.c
@@ -49,8 +49,10 @@ void init_jittery_clock(int highsec)
GREG32(XO, CLK_JTR_SYNC_CONTENTS) = 0;
/* Writing any value locks things until the next hard reboot */
- GREG32(XO, CFG_WR_EN) = 0;
- GREG32(XO, JTR_CTRL_EN) = 0;
+ /* crosbug.com/p/54916
+ GREG32(XO, CFG_WR_EN) = 0;
+ GREG32(XO, JTR_CTRL_EN) = 0;
+ */
}
void init_sof_clock(void)