Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1289733imu; Thu, 13 Dec 2018 12:29:55 -0800 (PST) X-Google-Smtp-Source: AFSGD/VzjDCaMUFklrO+qwUhGiBgBZwdcYMJmIwMzA38jGiNoNkVflLyhaWFFpAc8maNBJksHvJt X-Received: by 2002:a63:cf08:: with SMTP id j8mr229667pgg.113.1544732995251; Thu, 13 Dec 2018 12:29:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544732995; cv=none; d=google.com; s=arc-20160816; b=HnmnQ/MRIV39y1rOJ0NEM28CqYVlUaldckQ6Vyq/LjCyC6V8Z43CO/S66Ljb7UHgb8 +HpHeyuB6k9wCKk7xUE7UJEazqTKC2r4Am80bbnvCAzHXYesYoHQzMbmO9Qc2KXyhlyd s6tyPw8DyQHRFjEctf57UxROt/PozSUG8N3mUprCdE861LI+j7ddtviKmpoElIxJgjuQ Xyx2mJRlEM81oSt0NSiPlGN1wJFGpLyDcyWIJ4XofyVZ1BU8jIml6+HdejgPL66RjPws hvNkp/98DMwOn9Q9cJYm2lg6GSaqeSiJtOoggIDkNBPnIGcOdRihuB7bXfv+cgo9musx UuHw== 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=84rc9ZllZx/3nMbJob4rZZzqxdgRM+1y0jegspE+4Lg=; b=cen6UgDa4SYs0dPuy1GQvNVvXmnHyk6H1hRjU7xiye74Ae2U/9b+Nwes05eCR52e8y 7qF7MdwovGvuoDUv367y2Ess/oaxNo3E1rq/WafvQ0paDUNO1T+UTb6M2s0Tdug2mw41 NiliBIAFPe0Jo3aaU7Z9Y3SPcpCb7DfvRHlgSTWsHN0ZhWwBSU9vPvwM0treU1v7VBs1 Ka+qEJ/oAc8DEVu+7gd+UzTDXRU+Q9O1tTcgOqsvNvwNxTrY0Cit6iIg9LQLQ/Xbr+Ff ykiD/uHDLSGlzb2xbN/F3AlfI/E8MAIrtLav+rL3st+SG5tjksfibXgZekSibllrfbUz ET7w== 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 u7si2259575pgg.357.2018.12.13.12.29.40; Thu, 13 Dec 2018 12:29:55 -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 S1727849AbeLMU1K (ORCPT + 99 others); Thu, 13 Dec 2018 15:27:10 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:19026 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726457AbeLMU1K (ORCPT ); Thu, 13 Dec 2018 15:27:10 -0500 X-IronPort-AV: E=Sophos;i="5.56,349,1539615600"; d="scan'208";a="2555724" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 14 Dec 2018 05:22:05 +0900 Received: from fabrizio-dev.ree.adwin.renesas.com (unknown [10.226.37.69]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id CC9B94072C54; Fri, 14 Dec 2018 05:22:02 +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-vin: Add R8A774C0 support Date: Thu, 13 Dec 2018 20:21:59 +0000 Message-Id: <1544732519-6956-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 SoCs supported by rcar-vin driver. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/media/rcar_vin.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/media/rcar_vin.txt b/Documentation/devicetree/bindings/media/rcar_vin.txt index 7c878ca..34dcd28 100644 --- a/Documentation/devicetree/bindings/media/rcar_vin.txt +++ b/Documentation/devicetree/bindings/media/rcar_vin.txt @@ -7,12 +7,13 @@ family of devices. Each VIN instance has a single parallel input that supports RGB and YUV video, with both external synchronization and BT.656 synchronization for the latter. Depending on the instance the VIN input is connected to external SoC pins, or -on Gen3 platforms to a CSI-2 receiver. +on Gen3 and RZ/G2 platforms to a CSI-2 receiver. - compatible: Must be one or more of the following - "renesas,vin-r8a7743" for the R8A7743 device - "renesas,vin-r8a7744" for the R8A7744 device - "renesas,vin-r8a7745" for the R8A7745 device + - "renesas,vin-r8a774c0" for the R8A774C0 device - "renesas,vin-r8a7778" for the R8A7778 device - "renesas,vin-r8a7779" for the R8A7779 device - "renesas,vin-r8a7790" for the R8A7790 device @@ -60,10 +61,10 @@ The per-board settings Gen2 platforms: - data-enable-active: polarity of CLKENB signal, see [1] for description. Default is active high. -The per-board settings Gen3 platforms: +The per-board settings Gen3 and RZ/G2 platforms: -Gen3 platforms can support both a single connected parallel input source -from external SoC pins (port@0) and/or multiple parallel input sources +Gen3 and RZ/G2 platforms can support both a single connected parallel input +source from external SoC pins (port@0) and/or multiple parallel input sources from local SoC CSI-2 receivers (port@1) depending on SoC. - renesas,id - ID number of the VIN, VINx in the documentation. -- 2.7.4