diff options
author | Stefan-Gabriel Mirea <stefan-gabriel.mirea@nxp.com> | 2019-10-16 14:48:25 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-10-16 15:11:24 +0200 |
commit | 9905f32aefbe3d9cb2d24c3bd9c882397eaf3842 (patch) | |
tree | 2bb1275d69db40df561ea3ae1a777b7f7bc32034 /Documentation/admin-guide | |
parent | Revert "serial: core: Use cons->index for preferred console registration" (diff) | |
download | linux-9905f32aefbe3d9cb2d24c3bd9c882397eaf3842.tar.xz linux-9905f32aefbe3d9cb2d24c3bd9c882397eaf3842.zip |
serial: fsl_linflexuart: Be consistent with the name
For consistency reasons, spell the controller name as "LINFlexD" in
comments and documentation.
Signed-off-by: Stefan-Gabriel Mirea <stefan-gabriel.mirea@nxp.com>
Link: https://lore.kernel.org/r/1571230107-8493-4-git-send-email-stefan-gabriel.mirea@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index a84a83f8881e..6dbd871493af 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -1101,7 +1101,7 @@ mapped with the correct attributes. linflex,<addr> - Use early console provided by Freescale LinFlex UART + Use early console provided by Freescale LINFlexD UART serial driver for NXP S32V234 SoCs. A valid base address must be provided, and the serial port must already be setup and configured. |