From patchwork Mon Jan 11 19:10:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Kaneko X-Patchwork-Id: 8008441 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 76069BEEE5 for ; Mon, 11 Jan 2016 19:10:35 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id ABFEA20256 for ; Mon, 11 Jan 2016 19:10:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A96B32027D for ; Mon, 11 Jan 2016 19:10:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934345AbcAKTKc (ORCPT ); Mon, 11 Jan 2016 14:10:32 -0500 Received: from mail-pf0-f193.google.com ([209.85.192.193]:34184 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934344AbcAKTKc (ORCPT ); Mon, 11 Jan 2016 14:10:32 -0500 Received: by mail-pf0-f193.google.com with SMTP id 65so3921071pfd.1; Mon, 11 Jan 2016 11:10:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=1ewAmPEveoDN5WNf1u0C2G+CBnXRXUX2zkCOVpiUAXA=; b=aYFY4O5CmFWNSMb00WG2jFXP3P+iih1UWu+DQer4izLUq+dyOKimw5KQXQH2vaOPpW ugQQgTTi9/BzdZojFzE31IVkeWRQkZFDTnD7eXngZDnfxi9NehgCsJRL+CbXWeNhJ9a9 /hii570O2qjPOPceXHY2DrU1SdX8ITIK5erSp8WAtr62ePTntWa6n2wlTvcAiF2hNrqm 3IcnO8JYymUbMNcidmx4OJE5bxHOk92+z9sl/d5beZYCsN0vT61gwsJ54aN9IqcD+gPW Hv4757bzGOjccN+gN6JBTc3hFWqRAbTXp1bMRJVmgoMEpEUFSSSmtqfChx/3T8ljsxhz QEAA== X-Received: by 10.98.68.78 with SMTP id r75mr28783964pfa.136.1452539431755; Mon, 11 Jan 2016 11:10:31 -0800 (PST) Received: from localhost.localdomain (KD118152108246.ppp-bb.dion.ne.jp. [118.152.108.246]) by smtp.gmail.com with ESMTPSA id i76sm24986475pfj.68.2016.01.11.11.10.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 11 Jan 2016 11:10:31 -0800 (PST) From: Yoshihiro Kaneko To: linux-media@vger.kernel.org Cc: Guennadi Liakhovetski , Simon Horman , Magnus Damm , linux-sh@vger.kernel.org Subject: [PATCH 2/3 v2] media: soc_camera: rcar_vin: Add R-Car Gen3 support Date: Tue, 12 Jan 2016 04:10:17 +0900 Message-Id: <1452539418-28480-3-git-send-email-ykaneko0929@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1452539418-28480-1-git-send-email-ykaneko0929@gmail.com> References: <1452539418-28480-1-git-send-email-ykaneko0929@gmail.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Yoshihiko Mori Simply documents new compatibility string. As a previous patch adds a generic R-Car Gen3 compatibility string there appears to be no need for a driver updates. Signed-off-by: Yoshihiko Mori Signed-off-by: Yoshihiro Kaneko --- v2 [Yoshihiro Kaneko] * no change Documentation/devicetree/bindings/media/rcar_vin.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/media/rcar_vin.txt b/Documentation/devicetree/bindings/media/rcar_vin.txt index c13ec5a..e1a92c9 100644 --- a/Documentation/devicetree/bindings/media/rcar_vin.txt +++ b/Documentation/devicetree/bindings/media/rcar_vin.txt @@ -8,6 +8,7 @@ channel which can be either RGB, YUYV or BT656. - compatible: Must be one of the following - "renesas,rcar-gen2-vin" for R-Car Gen2 Series - "renesas,rcar-gen3-vin" for R-Car Gen3 Series + - "renesas,vin-r8a7795" for the R8A7795 device - "renesas,vin-r8a7794" for the R8A7794 device - "renesas,vin-r8a7793" for the R8A7793 device - "renesas,vin-r8a7791" for the R8A7791 device