All of lore.kernel.org
 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>,
	"Hans Verkuil" <hverkuil-cisco@xs4all.nl>,
	linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"Simon Horman" <horms@verge.net.au>,
	"Chris Paterson" <Chris.Paterson2@renesas.com>,
	"Fabrizio Castro" <fabrizio.castro@bp.renesas.com>
Subject: [PATCH 4/4] media: rcar-csi2: Enable support for R8A774B1
Date: Tue, 15 Oct 2019 11:57:58 +0100	[thread overview]
Message-ID: <1571137078-28922-5-git-send-email-biju.das@bp.renesas.com> (raw)
In-Reply-To: <1571137078-28922-1-git-send-email-biju.das@bp.renesas.com>

Add the MIPI CSI-2 driver support for RZ/G2N(R8A774B1) SoC.
The CSI-2 module of RZ/G2N is similar to R-Car M3-N.

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

diff --git a/drivers/media/platform/rcar-vin/rcar-csi2.c b/drivers/media/platform/rcar-vin/rcar-csi2.c
index c14af1b..faa9fb2 100644
--- a/drivers/media/platform/rcar-vin/rcar-csi2.c
+++ b/drivers/media/platform/rcar-vin/rcar-csi2.c
@@ -1082,6 +1082,10 @@ static const struct of_device_id rcar_csi2_of_table[] = {
 		.data = &rcar_csi2_info_r8a7796,
 	},
 	{
+		.compatible = "renesas,r8a774b1-csi2",
+		.data = &rcar_csi2_info_r8a77965,
+	},
+	{
 		.compatible = "renesas,r8a774c0-csi2",
 		.data = &rcar_csi2_info_r8a77990,
 	},
-- 
2.7.4


  parent reply	other threads:[~2019-10-15 10:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-15 10:57 [PATCH 0/4] Add VIN/CSI-2 support Biju Das
2019-10-15 10:57 ` [PATCH 1/4] media: dt-bindings: rcar-vin: Add R8A774B1 support Biju Das
2019-10-16  7:13   ` Geert Uytterhoeven
2019-10-27 21:18   ` Rob Herring
2019-10-15 10:57 ` [PATCH 2/4] media: dt-bindings: rcar-csi2: " Biju Das
2019-10-16  7:14   ` Geert Uytterhoeven
2019-10-27 21:18   ` Rob Herring
2019-10-15 10:57 ` [PATCH 3/4] media: rcar-vin: Enable support for R8A774B1 Biju Das
2019-10-16  7:14   ` Geert Uytterhoeven
2019-10-15 10:57 ` Biju Das [this message]
2019-10-16  7:14   ` [PATCH 4/4] media: rcar-csi2: " Geert Uytterhoeven
2019-10-20 22:05 ` [PATCH 0/4] Add VIN/CSI-2 support Niklas Söderlund

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=1571137078-28922-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=hverkuil-cisco@xs4all.nl \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.