lctr-a6xx: probe additional octo-UART board.
This commit is contained in:
parent
bdf0eabb3f
commit
b61cf9c209
@ -1,7 +1,7 @@
|
|||||||
diff -Nru a/drivers/tty/serial/8250/8250_aim104_com8.c b/drivers/tty/serial/8250/8250_aim104_com8.c
|
diff -Nru a/drivers/tty/serial/8250/8250_aim104_com8.c b/drivers/tty/serial/8250/8250_aim104_com8.c
|
||||||
--- a/drivers/tty/serial/8250/8250_aim104_com8.c 1970-01-01 01:00:00.000000000 +0100
|
--- a/drivers/tty/serial/8250/8250_aim104_com8.c 1970-01-01 01:00:00.000000000 +0100
|
||||||
+++ b/drivers/tty/serial/8250/8250_aim104_com8.c 2012-05-31 13:13:13.794585528 +0100
|
+++ b/drivers/tty/serial/8250/8250_aim104_com8.c 2012-05-31 13:13:13.794585528 +0100
|
||||||
@@ -0,0 +1,43 @@
|
@@ -0,0 +1,51 @@
|
||||||
+#include <linux/module.h>
|
+#include <linux/module.h>
|
||||||
+#include <linux/init.h>
|
+#include <linux/init.h>
|
||||||
+#include <linux/serial_8250.h>
|
+#include <linux/serial_8250.h>
|
||||||
@ -24,6 +24,14 @@ diff -Nru a/drivers/tty/serial/8250/8250_aim104_com8.c b/drivers/tty/serial/8250
|
|||||||
+ PORT(0x128, 10),
|
+ PORT(0x128, 10),
|
||||||
+ PORT(0x130, 10),
|
+ PORT(0x130, 10),
|
||||||
+ PORT(0x138, 10),
|
+ PORT(0x138, 10),
|
||||||
|
+ PORT(0x300, 6),
|
||||||
|
+ PORT(0x308, 6),
|
||||||
|
+ PORT(0x310, 6),
|
||||||
|
+ PORT(0x318, 6),
|
||||||
|
+ PORT(0x320, 6),
|
||||||
|
+ PORT(0x328, 6),
|
||||||
|
+ PORT(0x330, 6),
|
||||||
|
+ PORT(0x338, 6),
|
||||||
+ { },
|
+ { },
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
|
Reference in New Issue
Block a user