Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bebbc4bc authored by Scott Telford's avatar Scott Telford Committed by Max Filippov
Browse files

xtensa: Tweak xuartps UART driver Rx watermark for Cadence CSP config.



Add module parameter xilinx_uartps.rx_trigger_level=32 to command line
options for CSP to set Rx watermark for xuartps driver lower than the
default value, to avoid UART overruns at 115200 bps.

Signed-off-by: default avatarScott Telford <stelford@cadence.com>
Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent bf15f86b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
	interrupt-parent = <&pic>;

	chosen {
		bootargs = "earlycon=cdns,0xfd000000,115200 console=tty0 console=ttyPS0,115200 root=/dev/ram0 rw earlyprintk loglevel=8 nohz=off ignore_loglevel";
		bootargs = "earlycon=cdns,0xfd000000,115200 console=tty0 console=ttyPS0,115200 root=/dev/ram0 rw earlyprintk xilinx_uartps.rx_trigger_level=32 loglevel=8 nohz=off ignore_loglevel";
	};

	memory@0 {