From patchwork Tue Mar 15 00:40:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 8584561 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: X-Original-To: patchwork-linux-renesas-soc@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 56E45C0553 for ; Tue, 15 Mar 2016 00:40:59 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A9DCB20375 for ; Tue, 15 Mar 2016 00:40:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D87E7202E5 for ; Tue, 15 Mar 2016 00:40:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754525AbcCOAkp (ORCPT ); Mon, 14 Mar 2016 20:40:45 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:45267 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754649AbcCOAko (ORCPT ); Mon, 14 Mar 2016 20:40:44 -0400 Received: from reginn.isobedori.kobe.vergenet.net (p2210-ipbfp1103kobeminato.hyogo.ocn.ne.jp [122.23.9.210]) by kirsty.vergenet.net (Postfix) with ESMTPA id E174625B82B; Tue, 15 Mar 2016 11:40:36 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1458002437; bh=7CuyvqfmL5k1VrWyGMXSUN0YTisrZ71GwMz9gshJCUk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Oj5PmPraRzsvRBC1sPZKwo6ek2/C2VxWGuSoM7/pefKL+KqWv7SvXWr/kMHxmPiv0 98LWuidq1xXdgJv3v520uNImF+r/mCpR1UIs1NEJOcFM2hoVSSzqnKAEJWmQEAB/if 4E32W6Hj/1om3HbY9EZfhPxLFqmCFWC0AVQFQ/T0= Received: by reginn.isobedori.kobe.vergenet.net (Postfix, from userid 7100) id 3DEFC940575; Tue, 15 Mar 2016 09:40:40 +0900 (JST) From: Simon Horman To: Guennadi Liakhovetski Cc: Laurent Pinchart , Magnus Damm , linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven , Simon Horman Subject: [PATCH v4 2/2] media: soc_camera: rcar_vin: add device tree support for r8a7792 Date: Tue, 15 Mar 2016 09:40:27 +0900 Message-Id: <1458002427-3063-3-git-send-email-horms+renesas@verge.net.au> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1458002427-3063-1-git-send-email-horms+renesas@verge.net.au> References: <1458002427-3063-1-git-send-email-horms+renesas@verge.net.au> Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable 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 Simply document new compatibility string. As a previous patch adds a generic R-Car Gen2 compatibility string there appears to be no need for a driver updates. By documenting this compat string it may be used in DTSs shipped, for example as part of ROMs. It must be used in conjunction with the Gen2 fallback compat string. At this time there are no known differences between the r8a7792 IP block and that implemented by the driver for the Gen2 fallback compat string. Thus there is no need to update the driver as the use of the Gen2 fallback compat string will activate the correct code in the current driver while leaving the option for r8a7792-specific driver code to be activated in an updated driver should the need arise. Signed-off-by: Simon Horman Acked-by: Geert Uytterhoeven Acked-by: Geert Uytterhoeven --- v4 * s/sting/string/ in changelog * Added Ack from Geert Uytterhoeven v3 * New patch --- 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 4266123888ed..6a4e61cbe011 100644 --- a/Documentation/devicetree/bindings/media/rcar_vin.txt +++ b/Documentation/devicetree/bindings/media/rcar_vin.txt @@ -9,6 +9,7 @@ channel which can be either RGB, YUYV or BT656. - "renesas,vin-r8a7795" for the R8A7795 device - "renesas,vin-r8a7794" for the R8A7794 device - "renesas,vin-r8a7793" for the R8A7793 device + - "renesas,vin-r8a7792" for the R8A7792 device - "renesas,vin-r8a7791" for the R8A7791 device - "renesas,vin-r8a7790" for the R8A7790 device - "renesas,vin-r8a7779" for the R8A7779 device