mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-14 00:26:30 +00:00
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>
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user