commit | 46179c3fca83cbcbf540b61bb353e641aebb35d6 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Tue Feb 16 11:49:11 2021 +0100 |
committer | Pali Rohár <pali@kernel.org> | Tue Feb 16 11:49:11 2021 +0100 |
tree | 69fb2a7fae6dd9f35571039e19f54cc4caf74395 | |
parent | 324df6deee326707d020a7ea66475dafc3e0b695 [diff] |
marvell: uart: a3720: Fix comments in console_a3700_core_init() function The delay loop executes 3 instructions. These 3 instructions are executed in 2 processor ticks and 30000 iterations on a 600 MHz CPU should yield approximately 100 us. This means we are waiting 2 ms, not 20 ms, for TX FIFO to be empty. Signed-off-by: Pali Rohár <pali@kernel.org> Change-Id: I2cccad405bcc73cd6d1062adc0205c405c16c15f