From patchwork Mon Mar 5 10:04:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 10258571 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 6AAD560211 for ; Mon, 5 Mar 2018 10:07:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5A33A289CD for ; Mon, 5 Mar 2018 10:07:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4ED68289D1; Mon, 5 Mar 2018 10:07:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id C5332289CD for ; Mon, 5 Mar 2018 10:07:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=hAK5H4XvuTs3ahAsLrBOFZPasOrePiSw6cy9BvppD4E=; b=sJub6iNde6ypSzKLchJ3YhYHEQ hrSlH4g0rCHukB1Cxcl024WsDoSQXPUrjN3o2x7MC9Tof88Lmwn06Dcb/2of8WKXYZS0eZrPfBEmp QUbQzUzfWnSxrlqN8JINyUMLlAM2US2LkoswR4ugZhTh+bKUJkeMOaUAPlqkkh4y80+a37ThoHvi/ wK0kXQCMvUZi5JQKP4swpxLpz6GVn7AvXBc4KUZYRG2GUu2/gISOmSeKv+tBN8QUBoCGb8l2y701p 43s9+H7t1yjy2O+oYa4iqwF0sG3uFStBdI9R6msgCsAnG9ObRommCgBm5dy+8EpxUz8cuaVQKJMbX QnITisJw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1esn1A-0004Wo-QY; Mon, 05 Mar 2018 10:06:52 +0000 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1esmzH-00025l-AS for linux-arm-kernel@lists.infradead.org; Mon, 05 Mar 2018 10:04:59 +0000 Received: by mail.bootlin.com (Postfix, from userid 110) id 258BD2095A; Mon, 5 Mar 2018 11:04:49 +0100 (CET) Received: from localhost (LStLambert-657-1-97-87.w90-63.abo.wanadoo.fr [90.63.216.87]) by mail.bootlin.com (Postfix) with ESMTPSA id AFFC0207F2; Mon, 5 Mar 2018 11:04:33 +0100 (CET) From: Maxime Ripard To: Mauro Carvalho Chehab , Yong Deng Subject: [PATCH 2/4] media: sun6i: Add A31 compatible Date: Mon, 5 Mar 2018 11:04:30 +0100 Message-Id: <20180305100432.15009-3-maxime.ripard@bootlin.com> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180305100432.15009-1-maxime.ripard@bootlin.com> References: <20180305100432.15009-1-maxime.ripard@bootlin.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180305_020455_665748_53A14F35 X-CRM114-Status: GOOD ( 11.63 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Sakari Ailus , Maxime Ripard , Chen-Yu Tsai , Rob Herring , Hans Verkuil , Thomas Petazzoni , Mylene Josserand , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The first device that used that IP was the A31. Add it to our list of compatibles. Signed-off-by: Maxime Ripard --- drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c b/drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c index 26d57e6053df..b05265f8edb5 100644 --- a/drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c +++ b/drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c @@ -916,6 +916,7 @@ static int sun6i_csi_remove(struct platform_device *pdev) } static const struct of_device_id sun6i_csi_of_match[] = { + { .compatible = "allwinner,sun6i-a31-csi", }, { .compatible = "allwinner,sun8i-v3s-csi", }, {}, };