1
0
Fork 0

serial: max310x: Add support for newer silicon revisions

New IC MAX14830 has 0xB4 silicon revision ID.
This patch adds support for such ICs.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
zero-colors
Alexander Shiyan 2016-12-05 14:05:19 +03:00 committed by Greg Kroah-Hartman
parent 54a44d54be
commit 11652fc7b7
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@
/* Misc definitions */
#define MAX310X_FIFO_SIZE (128)
#define MAX310x_REV_MASK (0xfc)
#define MAX310x_REV_MASK (0xf8)
/* MAX3107 specific */
#define MAX3107_REV_ID (0xa0)