diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tty/serial/amba-pl011.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c index 7c198e0a3178..a2aa655f56c4 100644 --- a/drivers/tty/serial/amba-pl011.c +++ b/drivers/tty/serial/amba-pl011.c | |||
@@ -121,6 +121,7 @@ static struct vendor_data vendor_arm = { | |||
121 | 121 | ||
122 | static struct vendor_data vendor_sbsa = { | 122 | static struct vendor_data vendor_sbsa = { |
123 | .reg_offset = pl011_std_offsets, | 123 | .reg_offset = pl011_std_offsets, |
124 | .access_32b = true, | ||
124 | .oversampling = false, | 125 | .oversampling = false, |
125 | .dma_threshold = false, | 126 | .dma_threshold = false, |
126 | .cts_event_workaround = false, | 127 | .cts_event_workaround = false, |