summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Norris <briannorris@chromium.org>2018-02-16 16:30:31 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-02-16 21:41:42 -0800
commit3aff8da158e97b42550844eb5cfcbe9f937130d7 (patch)
treec566f13311da536e5bd0dc2e7cc7eeb6571636d4
parent971ef1e03c791e95fe7e1ad8d0ea54da5c4f88d0 (diff)
downloadchrome-ec-3aff8da158e97b42550844eb5cfcbe9f937130d7.tar.gz
cr50: fix DEBUG_DRIVE comment
This is the DEBUG_DRIVE register, not the DEBUG_BLOCK_OUTPUT. Copy/paste error? BRANCH=none BUG=none TEST=none Change-Id: Ic915b8675559d6f43d153f3a309becc621416dbe Signed-off-by: Brian Norris <briannorris@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/924698 Reviewed-by: Mary Ruthven <mruthven@chromium.org>
-rw-r--r--chip/g/rbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/rbox.c b/chip/g/rbox.c
index 2be1e19c11..fc09b8792a 100644
--- a/chip/g/rbox.c
+++ b/chip/g/rbox.c
@@ -100,7 +100,7 @@ static void rbox_init(void)
0x0 << GC_RBOX_DEBUG_TERM_KEY0_OUT_LSB |
0x1 << GC_RBOX_DEBUG_TERM_KEY1_IN_LSB |
0x0 << GC_RBOX_DEBUG_TERM_KEY1_OUT_LSB);
- /* DEBUG_BLOCK_OUTPUT value should be 0x157 */
+ /* DEBUG_DRIVE value should be 0x157 */
GWRITE(RBOX, DEBUG_DRIVE,
0x3 << GC_RBOX_DEBUG_DRIVE_PWRB_OUT_LSB |
0x1 << GC_RBOX_DEBUG_DRIVE_KEY0_OUT_LSB |