Skip to content

Commit

Permalink
serial-uartlite: Enlarge maximum nr of devices to 16.
Browse files Browse the repository at this point in the history
This device is ideal to use when you need a lot of uarts in your FPGA.
Try not to force all those users to patch their kernel.

Signed-off-by: Maarten Brock <m.brock@vanmierlo.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Maarten Brock authored and Greg Kroah-Hartman committed Mar 8, 2016
1 parent e782401 commit acf5e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/serial/uartlite.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define ULITE_NAME "ttyUL"
#define ULITE_MAJOR 204
#define ULITE_MINOR 187
#define ULITE_NR_UARTS 4
#define ULITE_NR_UARTS 16

/* ---------------------------------------------------------------------
* Register definitions
Expand Down

0 comments on commit acf5e6c

Please sign in to comment.