Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1283420imu; Thu, 13 Dec 2018 12:23:04 -0800 (PST) X-Google-Smtp-Source: AFSGD/WxIaw3Yvelbde+dFl5i+6EEnr3v9qzH3mDCNh/NjFzwGJ81uPbQSdEUUs2G1+dDajEauC9 X-Received: by 2002:a17:902:bd0b:: with SMTP id p11mr215421pls.259.1544732584208; Thu, 13 Dec 2018 12:23:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544732584; cv=none; d=google.com; s=arc-20160816; b=AWG+2QH41+uEHQo5I2cZv50/DIiamW3/3BM483YhiRsRwIXFfKAeasrR2bOIYEpMqg ySW2muw+Tjrb68J3ylUIdNt2ZnsMmX4KSwJOs14aJXomruN0wAAlD32b6+TrnVvYfni5 pYws4clH5L/6IRLdfVaJFHsdk9v7Phy+/FO5NQtRvLqSDzcVFhcPnwZubnIcmYuPk4XM 2TfY4XgpAKgKzJvLwYrfUqK83LOaV7Dd74Z3seNGgoJiFMMVa6GTaZ7aZ6fVFzejdapI o+s8LH5FVgh0ANlclyhv2OCITTk0hzM/cMAU42IZqQyHsjt5YWXHYHDACQ4yK7FpiCD2 BmpQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=Qy5o7mxiiMkjgwp6vXTIZ/F020gkeYvDoWYhZWULSf0=; b=ElCepRyVabQJCpo8Rf59myUycxIfrAIi2MfcPDawQzsFdnRFG7evaEcMgTQ9LCC4Tq TZBmHgFn0f+kTAFAFmhZdspl0wYTkKDL6xMDfImelaeKODkkdryj3ajS2FMF5VKoPgd2 pEqCYAgHJJkaP66Lngo0+zVdGhoMDqHUCp5b/i3eNRZCSgMDqkts1PVb4hNs9gxLAzhY A/uafPlLP3FUk/p/pkS9N8IQd6yq6fWIWQ41Q97aZM24OKyh1Fb9AEW8MyX+Jj4HCArv ii7sCozQcA+FoSoTQKCUGmfLn4OWRVoOzaMlioaOSxwko4GyguDtR32maWvFRIiFIN9Q QE/Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d4si2429672pfa.150.2018.12.13.12.22.49; Thu, 13 Dec 2018 12:23:04 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727968AbeLMUV4 (ORCPT + 99 others); Thu, 13 Dec 2018 15:21:56 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:53805 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726408AbeLMUV4 (ORCPT ); Thu, 13 Dec 2018 15:21:56 -0500 X-IronPort-AV: E=Sophos;i="5.56,349,1539615600"; d="scan'208";a="2765909" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 14 Dec 2018 05:21:54 +0900 Received: from fabrizio-dev.ree.adwin.renesas.com (unknown [10.226.37.69]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 9257240F76C4; Fri, 14 Dec 2018 05:21:51 +0900 (JST) From: Fabrizio Castro To: Mauro Carvalho Chehab , Rob Herring , Mark Rutland Cc: Fabrizio Castro , =?UTF-8?q?Niklas=20S=C3=B6derlund?= , linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Simon Horman , Geert Uytterhoeven , Chris Paterson , Biju Das Subject: [PATCH] media: dt-bindings: rcar-csi2: Add r8a774c0 Date: Thu, 13 Dec 2018 20:21:49 +0000 Message-Id: <1544732509-6911-1-git-send-email-fabrizio.castro@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the compatible string for RZ/G2E (a.k.a. R8A774C0) to the list of supported SoCs. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt b/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt index 2824489..11cf38d 100644 --- a/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt +++ b/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt @@ -2,12 +2,13 @@ Renesas R-Car MIPI CSI-2 ------------------------ The R-Car CSI-2 receiver device provides MIPI CSI-2 capabilities for the -Renesas R-Car family of devices. It is used in conjunction with the +Renesas R-Car and RZ/G2 family of devices. It is used in conjunction with the R-Car VIN module, which provides the video capture capabilities. Mandatory properties -------------------- - compatible: Must be one or more of the following + - "renesas,r8a774c0-csi2" for the R8A774C0 device. - "renesas,r8a7795-csi2" for the R8A7795 device. - "renesas,r8a7796-csi2" for the R8A7796 device. - "renesas,r8a77965-csi2" for the R8A77965 device. -- 2.7.4