aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_ti8250.c
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2015-04-11 17:16:23 +0000
committerAndrew Turner <andrew@FreeBSD.org>2015-04-11 17:16:23 +0000
commit405ada37fbdafaa6691a906f3630ba8d064e5f30 (patch)
tree3242f4dc9f4677a166d03c3acecc2475385f4f3d /sys/dev/uart/uart_dev_ti8250.c
parent2574218578003321766b2bc85b3dc877308c0fe4 (diff)
Notes
Diffstat (limited to 'sys/dev/uart/uart_dev_ti8250.c')
-rw-r--r--sys/dev/uart/uart_dev_ti8250.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_dev_ti8250.c b/sys/dev/uart/uart_dev_ti8250.c
index daddbb7cf4d9..373dc743dc0e 100644
--- a/sys/dev/uart/uart_dev_ti8250.c
+++ b/sys/dev/uart/uart_dev_ti8250.c
@@ -137,7 +137,8 @@ static struct uart_class uart_ti8250_class = {
sizeof(struct ti8250_softc),
.uc_ops = &uart_ns8250_ops,
.uc_range = 0x88,
- .uc_rclk = 48000000
+ .uc_rclk = 48000000,
+ .uc_rshift = 0
};
static struct ofw_compat_data compat_data[] = {
{"ti,ns16550", (uintptr_t)&uart_ti8250_class},