serial: fsl_linflexuart: Update compatible string
authorStefan-gabriel Mirea <stefan-gabriel.mirea@nxp.com>
Fri, 23 Aug 2019 19:11:35 +0000 (19:11 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Sep 2019 10:43:56 +0000 (12:43 +0200)
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>
drivers/tty/serial/fsl_linflexuart.c

index 8aea782..9ed9761 100644 (file)
 
 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)