From patchwork Mon Jan 11 18:00:10 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Kaneko X-Patchwork-Id: 8007751 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 9E51F9F88A for ; Mon, 11 Jan 2016 18:00:51 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C82E9202E9 for ; Mon, 11 Jan 2016 18:00:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 036F42028D for ; Mon, 11 Jan 2016 18:00:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758586AbcAKSAr (ORCPT ); Mon, 11 Jan 2016 13:00:47 -0500 Received: from mail-pa0-f67.google.com ([209.85.220.67]:36353 "EHLO mail-pa0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757307AbcAKSAq (ORCPT ); Mon, 11 Jan 2016 13:00:46 -0500 Received: by mail-pa0-f67.google.com with SMTP id a20so19721317pag.3; Mon, 11 Jan 2016 10:00:46 -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=BQpo7w0pYDivLeH6CC7K8BREBPB9aOItSxPLTfdS25A=; b=HAppjaZo4YW03f1RgyXsbZRhv8IfU/ql1S5V0zr14u2m4k0TCJrBthEpxK1VaiJYu3 Mlw+x1GZhlMpnduxpdnfhQNI7RJNVVcwqvUkR03uJ09CF0TGUk+VeD0DY83DJWosldDC XNf6+S/cesXuWuGs8MnpbyA1sftW+aDduHK9HG6CbwbQNOq8KPQmPv/EX2J2Un3BQWPr VE96pK2ajfTuJ/WVjKNFYFKNVCX41xbz572OAjNJyH32eyicn2e0su4bvSeibIndZyoZ 9DCuuaRe+kYffbW5qLfZJIlpfPvq8YYnIeTPLkBy8lQre6iyV1TjTxfvQ8Mqrlo9NDiR KbzA== X-Received: by 10.66.185.225 with SMTP id ff1mr171027405pac.97.1452535245988; Mon, 11 Jan 2016 10:00:45 -0800 (PST) Received: from localhost.localdomain (KD118152108246.ppp-bb.dion.ne.jp. [118.152.108.246]) by smtp.gmail.com with ESMTPSA id f12sm120336270pat.20.2016.01.11.10.00.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 11 Jan 2016 10:00:45 -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] media: soc_camera: rcar_vin: Add R-Car Gen3 support Date: Tue, 12 Jan 2016 03:00:10 +0900 Message-Id: <1452535211-4869-3-git-send-email-ykaneko0929@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1452535211-4869-1-git-send-email-ykaneko0929@gmail.com> References: <1452535211-4869-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 --- 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