From patchwork Tue Sep 26 10:05:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 9971605 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id DC8966037F for ; Tue, 26 Sep 2017 10:06:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ED2D628E66 for ; Tue, 26 Sep 2017 10:06:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E20CF28E74; Tue, 26 Sep 2017 10:06:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6493628E66 for ; Tue, 26 Sep 2017 10:06:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965047AbdIZKGR (ORCPT ); Tue, 26 Sep 2017 06:06:17 -0400 Received: from galahad.ideasonboard.com ([185.26.127.97]:54385 "EHLO galahad.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965482AbdIZKGQ (ORCPT ); Tue, 26 Sep 2017 06:06:16 -0400 Received: from avalon.guest.par1.mozilla.com (unknown [IPv6:2a00:8c40:243:232:120b:a9ff:fe3c:7148]) by galahad.ideasonboard.com (Postfix) with ESMTPSA id 2604321469 for ; Tue, 26 Sep 2017 12:06:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1506420365; bh=yw8kkNHeh+B8TB43pU3wlV8FTgs9aZXpLYWKxqcRPws=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MkFY7xKIGpxEcTWYav1h5qdn27Qa/Soy0CiUTQLGNzUQmTA9ABtfwOjpnbwobRbGq G52BE6Lu96g2U7jmwNxo3VzzVFnjlDBc18m+1ZLGZ0UW2jWxNEbyxFy7MHw/WUWrtM r+No/fWzkfVC2Jjcl7CEc6+GtA+x9WkhLxiwFBnY= From: Laurent Pinchart To: linux-renesas-soc@vger.kernel.org Subject: [RFC 02/13] dt-bindings: media: renesas-fcp: Add a compatible string for VSPI FCP Date: Tue, 26 Sep 2017 13:05:54 +0300 Message-Id: <20170926100605.2313-5-laurent.pinchart+renesas@ideasonboard.com> X-Mailer: git-send-email 2.13.5 In-Reply-To: <20170926100605.2313-1-laurent.pinchart+renesas@ideasonboard.com> References: <20170926100605.2313-1-laurent.pinchart+renesas@ideasonboard.com> Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The FCP instances associated with a VSPI must be treated differently than the ones associated with another type of VSP. Add a new compatible string to allow telling them apart. Signed-off-by: Laurent Pinchart --- Documentation/devicetree/bindings/media/renesas,fcp.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/media/renesas,fcp.txt b/Documentation/devicetree/bindings/media/renesas,fcp.txt index 3ec91803ba58..c1f28736e2d6 100644 --- a/Documentation/devicetree/bindings/media/renesas,fcp.txt +++ b/Documentation/devicetree/bindings/media/renesas,fcp.txt @@ -11,7 +11,8 @@ are paired with. These DT bindings currently support the FCPV and FCPF. - compatible: Must be one or more of the following - - "renesas,fcpv" for generic compatible 'FCP for VSP' + - "renesas,fcpvi" for generic compatible 'FCP for VSPI' + - "renesas,fcpv" for generic compatible 'FCP for VSP' (all other VSPs) - "renesas,fcpf" for generic compatible 'FCP for FDP' - reg: the register base and size for the device registers