[media] v4l: rcar-fcp: Extend compatible list to support the FDP
authorKieran Bingham <kieran+renesas@bingham.xyz>
Thu, 9 Jun 2016 17:06:43 +0000 (14:06 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 9 Sep 2016 14:31:00 +0000 (11:31 -0300)
The FCP must be powered up for the FDP1 to function, even when the FDP1
does not make use of the FCNL features. Extend the compatible list
to allow us to use the power domain and runtime-pm support.

Signed-off-by: Kieran Bingham <kieran+renesas@bingham.xyz>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/rcar-fcp.c

index f7bcbf7..f3a3f31 100644 (file)
@@ -165,6 +165,7 @@ static int rcar_fcp_remove(struct platform_device *pdev)
 }
 
 static const struct of_device_id rcar_fcp_of_match[] = {
+       { .compatible = "renesas,fcpf" },
        { .compatible = "renesas,fcpv" },
        { },
 };