media: rcar-vin: Remove redundant compatible values

The mandatory compatible value 'renesas,rcar-gen2-vin' was added to all
Gen2 DTS files in 2017, remove the redundant device specific values from
the driver.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
Niklas Söderlund 2020-09-13 14:17:56 +02:00 committed by Mauro Carvalho Chehab
parent 336934dbec
commit acc4de3d7f

View file

@ -1267,22 +1267,6 @@ static const struct of_device_id rvin_of_id_table[] = {
.compatible = "renesas,vin-r8a7779",
.data = &rcar_info_h1,
},
{
.compatible = "renesas,vin-r8a7790",
.data = &rcar_info_gen2,
},
{
.compatible = "renesas,vin-r8a7791",
.data = &rcar_info_gen2,
},
{
.compatible = "renesas,vin-r8a7793",
.data = &rcar_info_gen2,
},
{
.compatible = "renesas,vin-r8a7794",
.data = &rcar_info_gen2,
},
{
.compatible = "renesas,rcar-gen2-vin",
.data = &rcar_info_gen2,