diff options
Diffstat (limited to 'sys/dev/uart/uart_dev_msm.c')
-rw-r--r-- | sys/dev/uart/uart_dev_msm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_dev_msm.c b/sys/dev/uart/uart_dev_msm.c index 114a415888703..7ba46aca2bcf5 100644 --- a/sys/dev/uart/uart_dev_msm.c +++ b/sys/dev/uart/uart_dev_msm.c @@ -566,6 +566,7 @@ static struct uart_class uart_msm_class = { .uc_ops = &uart_msm_ops, .uc_range = 8, .uc_rclk = DEF_CLK, + .uc_rshift = 0 }; static struct ofw_compat_data compat_data[] = { |