mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
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>
This commit is contained in:
parent
54a44d54be
commit
11652fc7b7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue