Commit acc4de3d authored by Niklas Söderlund's avatar Niklas Söderlund Committed by Mauro Carvalho Chehab

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: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 336934db
......@@ -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,
......
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