Commit 2bd3661e authored by Stefan-gabriel Mirea's avatar Stefan-gabriel Mirea Committed by Greg Kroah-Hartman

serial: fsl_linflexuart: Update compatible string

The "fsl,s32-linflexuart" compatible string is too generic. Make it SoC
specific.
Signed-off-by: default avatarStefan-Gabriel Mirea <stefan-gabriel.mirea@nxp.com>
Link: https://lore.kernel.org/r/20190823191115.18490-4-stefan-gabriel.mirea@nxp.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7030082a
......@@ -127,7 +127,7 @@
static const struct of_device_id linflex_dt_ids[] = {
{
.compatible = "fsl,s32-linflexuart",
.compatible = "fsl,s32v234-linflexuart",
},
{ /* sentinel */ }
};
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment