Skip to content

Commit

Permalink
ODROID-N2: add new board revision '20210121'
Browse files Browse the repository at this point in the history
Signed-off-by: Dongjin Kim <[email protected]>
Change-Id: I25e25ae12a58bf9ac4ad0bd6d0a85357e199905c
  • Loading branch information
tobetter committed Feb 16, 2021
1 parent 2b46e83 commit c769a0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions board/hardkernel/odroid-common/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ static unsigned int get_hw_revision(void)
else if (IS_RANGE(adc, 410, 430)) { /* avg : 419 */
/* ODROID-N2plus */
hwrev = BOARD_REVISION(2019, 11, 20);
} else if (IS_RANGE(adc, 500, 520)) {
hwrev = BOARD_REVISION(2021, 1, 21);
}
#elif defined(CONFIG_ODROID_C4)
if (IS_RANGE(adc, 80, 100)) /* avg : 90 */
Expand Down

0 comments on commit c769a0a

Please sign in to comment.