diff options
Diffstat (limited to 'drivers/media/platform/hisi/isp/isp.h')
-rw-r--r-- | drivers/media/platform/hisi/isp/isp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/platform/hisi/isp/isp.h b/drivers/media/platform/hisi/isp/isp.h index dc9aa590d615..2803e23e4d1e 100644 --- a/drivers/media/platform/hisi/isp/isp.h +++ b/drivers/media/platform/hisi/isp/isp.h @@ -130,6 +130,7 @@ struct isp { void *virt_addr; dma_addr_t hw_addr; int csiphy_num; + u8 csiphy_id; unsigned int pool_size; unsigned int frame_size; unsigned int frame_count; @@ -137,8 +138,7 @@ struct isp { }; struct isp_camera_interface { - u8 csiphy_id; - struct csiphy_csi2_cfg csi2; + struct csiphy_config cfg; }; struct isp_async_subdev { |