linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Biju Das <biju.das@bp.renesas.com>
To: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: "Biju Das" <biju.das@bp.renesas.com>,
	"Niklas Söderlund" <niklas.soderlund@ragnatech.se>,
	linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	"Simon Horman" <horms@verge.net.au>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"Chris Paterson" <Chris.Paterson2@renesas.com>,
	"Fabrizio Castro" <fabrizio.castro@bp.renesas.com>
Subject: [PATCH 4/5] media: rcar-vin: Enable support for r8a774a1
Date: Mon, 10 Sep 2018 15:31:17 +0100	[thread overview]
Message-ID: <1536589878-26218-5-git-send-email-biju.das@bp.renesas.com> (raw)
In-Reply-To: <1536589878-26218-1-git-send-email-biju.das@bp.renesas.com>

Add the SoC specific information for RZ/G2M(r8a774a1) SoC.
The VIN module of RZ/G2M is similar to R-Car M3-W.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 drivers/media/platform/rcar-vin/rcar-core.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/media/platform/rcar-vin/rcar-core.c b/drivers/media/platform/rcar-vin/rcar-core.c
index d3072e1..c0c84d1 100644
--- a/drivers/media/platform/rcar-vin/rcar-core.c
+++ b/drivers/media/platform/rcar-vin/rcar-core.c
@@ -995,6 +995,10 @@ static const struct rvin_info rcar_info_r8a77970 = {
 
 static const struct of_device_id rvin_of_id_table[] = {
 	{
+		.compatible = "renesas,vin-r8a774a1",
+		.data = &rcar_info_r8a7796,
+	},
+	{
 		.compatible = "renesas,vin-r8a7778",
 		.data = &rcar_info_m1,
 	},
-- 
2.7.4

  parent reply	other threads:[~2018-09-10 19:32 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-10 14:31 [PATCH 0/5] Add VIN support to RZ/G2M Biju Das
2018-09-10 14:31 ` [PATCH 1/5] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support Biju Das
2018-09-17 11:04   ` Niklas Söderlund
2018-11-08 12:50   ` Fabrizio Castro
2018-11-08 14:08     ` Simon Horman
2018-11-08 14:19       ` Fabrizio Castro
2018-11-08 14:09   ` Simon Horman
2018-11-08 14:18   ` Fabrizio Castro
2019-01-21 17:17     ` Fabrizio Castro
2019-03-01 12:09   ` Fabrizio Castro
2019-03-01 12:55     ` Hans Verkuil
2019-03-01 12:58       ` Geert Uytterhoeven
2019-03-01 13:08         ` Hans Verkuil
2019-03-01 13:12           ` Biju Das
2019-03-01 13:19             ` Hans Verkuil
2019-03-01 13:21               ` Biju Das
2019-03-01 13:13           ` Geert Uytterhoeven
2019-03-01 13:06       ` Laurent Pinchart
2019-03-07  0:44         ` Niklas Söderlund
2018-09-10 14:31 ` [PATCH 2/5] media: rcar-csi2: Enable support for r8a774a1 Biju Das
2018-09-17 11:05   ` Niklas Söderlund
2018-11-08 12:51   ` Fabrizio Castro
2018-11-08 14:10     ` Simon Horman
2018-11-08 14:24       ` Fabrizio Castro
2018-11-08 14:23   ` Fabrizio Castro
2019-01-21 17:18     ` Fabrizio Castro
2018-11-08 14:25   ` Simon Horman
2019-03-01 12:11   ` Fabrizio Castro
2018-09-10 14:31 ` [PATCH 3/5] media: dt-bindings: media: rcar_vin: Add r8a774a1 support Biju Das
2018-09-17 11:07   ` Niklas Söderlund
2018-11-08 12:52   ` Fabrizio Castro
2018-11-08 14:20     ` Simon Horman
2018-11-08 14:25       ` Fabrizio Castro
2018-11-08 14:25   ` Fabrizio Castro
2019-01-21 17:19     ` Fabrizio Castro
2018-11-08 14:25   ` Simon Horman
2019-03-01 12:12   ` Fabrizio Castro
2018-09-10 14:31 ` Biju Das [this message]
2018-09-17 11:08   ` [PATCH 4/5] media: rcar-vin: Enable support for r8a774a1 Niklas Söderlund
2018-11-08 12:53   ` Fabrizio Castro
2018-11-08 14:26   ` Simon Horman
2018-11-29 15:12   ` Biju Das
2019-01-21 17:19     ` Fabrizio Castro
2019-03-01 12:14   ` Fabrizio Castro
2018-09-10 14:31 ` [PATCH 5/5] arm64: dts: renesas: r8a774a1: Add VIN and CSI-2 nodes Biju Das
2018-09-11 13:53   ` Simon Horman
2018-10-18 13:17     ` Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1536589878-26218-5-git-send-email-biju.das@bp.renesas.com \
    --to=biju.das@bp.renesas.com \
    --cc=Chris.Paterson2@renesas.com \
    --cc=fabrizio.castro@bp.renesas.com \
    --cc=geert+renesas@glider.be \
    --cc=horms@verge.net.au \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=niklas.soderlund@ragnatech.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).