提交 ca0c9f17 编写于 作者: V Valentine Barshak 提交者: Mauro Carvalho Chehab

[media] media: rcar_vin: Add preliminary r8a7790 support

Signed-off-by: NValentine Barshak <valentine.barshak@cogentembedded.com>
Signed-off-by: NGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
上级 be353fa1
...@@ -105,6 +105,7 @@ ...@@ -105,6 +105,7 @@
#define VIN_MAX_HEIGHT 2048 #define VIN_MAX_HEIGHT 2048
enum chip_id { enum chip_id {
RCAR_H2,
RCAR_H1, RCAR_H1,
RCAR_M1, RCAR_M1,
RCAR_E1, RCAR_E1,
...@@ -300,7 +301,8 @@ static int rcar_vin_setup(struct rcar_vin_priv *priv) ...@@ -300,7 +301,8 @@ static int rcar_vin_setup(struct rcar_vin_priv *priv)
dmr = 0; dmr = 0;
break; break;
case V4L2_PIX_FMT_RGB32: case V4L2_PIX_FMT_RGB32:
if (priv->chip == RCAR_H1 || priv->chip == RCAR_E1) { if (priv->chip == RCAR_H2 || priv->chip == RCAR_H1 ||
priv->chip == RCAR_E1) {
dmr = VNDMR_EXRGB; dmr = VNDMR_EXRGB;
break; break;
} }
...@@ -1381,6 +1383,7 @@ static struct soc_camera_host_ops rcar_vin_host_ops = { ...@@ -1381,6 +1383,7 @@ static struct soc_camera_host_ops rcar_vin_host_ops = {
}; };
static struct platform_device_id rcar_vin_id_table[] = { static struct platform_device_id rcar_vin_id_table[] = {
{ "r8a7790-vin", RCAR_H2 },
{ "r8a7779-vin", RCAR_H1 }, { "r8a7779-vin", RCAR_H1 },
{ "r8a7778-vin", RCAR_M1 }, { "r8a7778-vin", RCAR_M1 },
{ "uPD35004-vin", RCAR_E1 }, { "uPD35004-vin", RCAR_E1 },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册