staging: most: dim2: update renesas compatible string
authorNikita Yushchenko <nikita.yoush@cogentembedded.com>
Sun, 26 Dec 2021 08:25:28 +0000 (11:25 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Dec 2021 16:10:10 +0000 (17:10 +0100)
Use "renesas,rcar-gen3-mlp" instead of "rcar,medialb-dim2"
- the documented vendor prefix for Renesas is "renesas,"
- existing r-car devices use "rcar-genN-XXX" pattern.

There are currently no in-tree users to update.

Signed-off-by: Nikita Yushchenko <nikita.yoush@cogentembedded.com>
Link: https://lore.kernel.org/r/20211226082530.2245198-2-nikita.yoush@cogentembedded.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/dim2/dim2.c

index bd102329d8c8d127638f8d031bec642f894ab24f..044e4bdeeaf2a82b69eb11029076f2562b740eb9 100644 (file)
@@ -1086,7 +1086,7 @@ static const struct of_device_id dim2_of_match[] = {
                .data = plat_data + RCAR_H2
        },
        {
-               .compatible = "rcar,medialb-dim2",
+               .compatible = "renesas,rcar-gen3-mlp",
                .data = plat_data + RCAR_M3
        },
        {