drm: rcar-du: lvds: add R8A77980 support
authorSergei Shtylyov <[email protected]>
Tue, 5 Jun 2018 20:30:36 +0000 (23:30 +0300)
committerLaurent Pinchart <[email protected]>
Sat, 15 Sep 2018 14:28:32 +0000 (17:28 +0300)
Add support for the R-Car V3H (R8A77980) SoC to the LVDS encoder driver.

Signed-off-by: Sergei Shtylyov <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Laurent Pinchart <[email protected]>
drivers/gpu/drm/rcar-du/rcar_lvds.c

index 4c39de3f4f0f374b3d264cd2a18a8f69a569a689..ce0eb68c3416d158e37f7c972f09f4321014b5aa 100644 (file)
@@ -522,6 +522,7 @@ static const struct of_device_id rcar_lvds_of_table[] = {
        { .compatible = "renesas,r8a7795-lvds", .data = &rcar_lvds_gen3_info },
        { .compatible = "renesas,r8a7796-lvds", .data = &rcar_lvds_gen3_info },
        { .compatible = "renesas,r8a77970-lvds", .data = &rcar_lvds_r8a77970_info },
+       { .compatible = "renesas,r8a77980-lvds", .data = &rcar_lvds_gen3_info },
        { }
 };