mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
rk_fiq_debugger: set recv fifo trigger as on byte
Change-Id: Ib816f3f9cedab635c3b5a5fe59082c14a53b2fc6 Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
@@ -135,7 +135,7 @@ static int debug_port_init(struct platform_device *pdev)
|
||||
* because of the uart irq is served when CPU is at IRQ exception, but it is
|
||||
* found unregistered, so it is disable.
|
||||
*/
|
||||
rk_fiq_write(t, 0xc1, UART_FCR);
|
||||
rk_fiq_write(t, 0x01, UART_FCR);
|
||||
|
||||
/* disbale loop back mode */
|
||||
rk_fiq_write(t, 0x0, UART_MCR);
|
||||
|
||||
Reference in New Issue
Block a user