@@ -948,7 +948,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
UART at the specified I/O port or MMIO address.
MMIO inter-register address stride is either 8-bit
(mmio) or 32-bit (mmio32).
- The options are the same as for ttyS, above.
+ The options have two choices: one is the same as for
+ ttyS, above. The other is noinit, which means don't
+ initialize serial hardware, use the same setting as
+ loader.
pl011,<addr>
Start an early, polled-mode console on a pl011 serial
Add options "noinit" to avoid init serial hardware in 8250_early.c Signed-off-by: Eddie Huang <eddie.huang@mediatek.com> --- Documentation/kernel-parameters.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)