[media] v4l: vsp1: Don't handle clocks manually

The power domain performs functional clock handling when using runtime
PM, there's no need to enable and disable the clock manually.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Laurent Pinchart
2016-02-16 11:49:39 -02:00
committed by Mauro Carvalho Chehab
父節點 1e6af546ee
當前提交 c7b12cfddf
共有 2 個文件被更改,包括 2 次插入19 次删除

查看文件

@@ -62,7 +62,6 @@ struct vsp1_device {
const struct vsp1_device_info *info;
void __iomem *mmio;
struct clk *clock;
struct vsp1_bru *bru;
struct vsp1_hsit *hsi;