media: rcar-vin: Remove redundant compatible values
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Sun, 13 Sep 2020 12:17:56 +0000 (14:17 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 16 Nov 2020 09:31:07 +0000 (10:31 +0100)
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>
drivers/media/platform/rcar-vin/rcar-core.c

index 34d003e0e9b9c25ade5a777bc23a2816f17f1e04..1c52678a4d0f26adc455ee7dfb9a958e712c3f73 100644 (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,