Skip to content

Commit

Permalink
serial: fsl_linflexuart: Update compatible string
Browse files Browse the repository at this point in the history
The "fsl,s32-linflexuart" compatible string is too generic. Make it SoC
specific.

Signed-off-by: Stefan-Gabriel Mirea <stefan-gabriel.mirea@nxp.com>
Link: https://lore.kernel.org/r/20190823191115.18490-4-stefan-gabriel.mirea@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Stefan-gabriel Mirea authored and Greg Kroah-Hartman committed Sep 4, 2019
1 parent 7030082 commit 2bd3661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/tty/serial/fsl_linflexuart.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@

static const struct of_device_id linflex_dt_ids[] = {
{
.compatible = "fsl,s32-linflexuart",
.compatible = "fsl,s32v234-linflexuart",
},
{ /* sentinel */ }
};
Expand Down Expand Up @@ -801,7 +801,7 @@ static int __init linflex_early_console_setup(struct earlycon_device *device,
return 0;
}

OF_EARLYCON_DECLARE(linflex, "fsl,s32-linflexuart",
OF_EARLYCON_DECLARE(linflex, "fsl,s32v234-linflexuart",
linflex_early_console_setup);

#define LINFLEX_CONSOLE (&linflex_console)
Expand Down

0 comments on commit 2bd3661

Please sign in to comment.