staging: most: dim2: update renesas compatible string

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>
This commit is contained in:
Nikita Yushchenko 2021-12-26 11:25:28 +03:00 committed by Greg Kroah-Hartman
parent a1f0906447
commit 12e5241b8b

View 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
},
{