diff options
author | Qipan Li <Qipan.Li@csr.com> | 2015-04-20 08:10:22 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-06 22:27:00 +0200 |
commit | 4b8038dca0c0ccf5e4689cc4fbbbf4f3728304be (patch) | |
tree | 550db6349a3d7303533531f7f1447c66a79a1936 /drivers/tty/serial/sirfsoc_uart.h | |
parent | 507224aa88fc2c11f252705ad286bca155e0df02 (diff) | |
download | op-kernel-dev-4b8038dca0c0ccf5e4689cc4fbbbf4f3728304be.zip op-kernel-dev-4b8038dca0c0ccf5e4689cc4fbbbf4f3728304be.tar.gz |
Revert "serial: sirf: add a new uart type support"
This reverts commit 52bec4ed4e("serial: sirf: add a new uart type
support").
we misunderstood the clock dependency in atlas7. Actually involved
several clocks are in a tree structure. we still only need to take
the leaf clock node for BT uarts.
Signed-off-by: Qipan Li <Qipan.Li@csr.com>
Signed-off-by: Barry Song <Barry.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.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/tty/serial/sirfsoc_uart.h b/drivers/tty/serial/sirfsoc_uart.h index 727eb6b..11fd681 100644 --- a/drivers/tty/serial/sirfsoc_uart.h +++ b/drivers/tty/serial/sirfsoc_uart.h @@ -417,10 +417,6 @@ struct sirfsoc_uart_port { struct uart_port port; struct clk *clk; - /* UART6 for BT usage in A7DA platform need multi-clock source */ - bool is_bt_uart; - struct clk *clk_general; - struct clk *clk_noc; /* for SiRFatlas7, there are SET/CLR for UART_INT_EN */ bool is_atlas7; struct sirfsoc_uart_register *uart_reg; |