aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sirfsoc_uart.h
diff options
context:
space:
mode:
authorBarry Song <Baohua.Song@csr.com>2015-01-03 17:02:57 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-09 14:17:59 -0800
commit057badd6885b7149a0d083b35ffaac0c00937309 (patch)
tree6326738aec3f2e4bf340d59b46d94406f41ccc11 /drivers/tty/serial/sirfsoc_uart.h
parenttty: Remove warning in tty_lock_slave() (diff)
downloadlinux-dev-057badd6885b7149a0d083b35ffaac0c00937309.tar.xz
linux-dev-057badd6885b7149a0d083b35ffaac0c00937309.zip
serial: sirf: rename marco to atlas7
MARCO will not be supported any more and the project was dropped. it has been replaced by CSR atlas7. Signed-off-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/sirfsoc_uart.h')
-rw-r--r--drivers/tty/serial/sirfsoc_uart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/tty/serial/sirfsoc_uart.h b/drivers/tty/serial/sirfsoc_uart.h
index 275d03893990..727eb6b88fff 100644
--- a/drivers/tty/serial/sirfsoc_uart.h
+++ b/drivers/tty/serial/sirfsoc_uart.h
@@ -421,8 +421,8 @@ struct sirfsoc_uart_port {
bool is_bt_uart;
struct clk *clk_general;
struct clk *clk_noc;
- /* for SiRFmarco, there are SET/CLR for UART_INT_EN */
- bool is_marco;
+ /* for SiRFatlas7, there are SET/CLR for UART_INT_EN */
+ bool is_atlas7;
struct sirfsoc_uart_register *uart_reg;
struct dma_chan *rx_dma_chan;
struct dma_chan *tx_dma_chan;