From patchwork Fri Oct 16 11:11:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 11841077 X-Patchwork-Delegate: kieran@bingham.xyz Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 15CCD14B5 for ; Fri, 16 Oct 2020 09:12:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F0EC720639 for ; Fri, 16 Oct 2020 09:12:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405337AbgJPJMo (ORCPT ); Fri, 16 Oct 2020 05:12:44 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:57585 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2405101AbgJPJM3 (ORCPT ); Fri, 16 Oct 2020 05:12:29 -0400 X-Originating-IP: 93.34.118.233 Received: from uno.lan (93-34-118-233.ip49.fastwebnet.it [93.34.118.233]) (Authenticated sender: jacopo@jmondi.org) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 83EA02002A; Fri, 16 Oct 2020 09:12:26 +0000 (UTC) From: Jacopo Mondi To: linux-renesas-soc@vger.kernel.org, geert+renesas@glider.be, laurent.pinchart@ideasonboard.com, niklas.soderlund@ragnatech.se Cc: Jacopo Mondi , linux-kernel@vger.kernel.org Subject: [PATCH v2 5/6] dt-bindings: media: renesas,vin: Add V3U support Date: Fri, 16 Oct 2020 13:11:57 +0200 Message-Id: <20201016111158.17521-6-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201016111158.17521-1-jacopo+renesas@jmondi.org> References: <20201016111158.17521-1-jacopo+renesas@jmondi.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Add compatible string definition for R-Car V3U. Signed-off-by: Jacopo Mondi --- This and the following patch are still under discussion as the proper support for the V3U VIN might require the implementation of a different driver. I'm fine deferring it to when we'll have a more clear plan for V3U support. v2: - Increase maxium value for the 'renesas,id' property to support the V3U's 31 VIN instances --- Documentation/devicetree/bindings/media/renesas,vin.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.28.0 diff --git a/Documentation/devicetree/bindings/media/renesas,vin.yaml b/Documentation/devicetree/bindings/media/renesas,vin.yaml index ad2fe660364b..f7ac1fd3df25 100644 --- a/Documentation/devicetree/bindings/media/renesas,vin.yaml +++ b/Documentation/devicetree/bindings/media/renesas,vin.yaml @@ -51,6 +51,7 @@ properties: - renesas,vin-r8a77980 # R-Car V3H - renesas,vin-r8a77990 # R-Car E3 - renesas,vin-r8a77995 # R-Car D3 + - renesas,vin-r8a779a0 # R-Car V3U reg: maxItems: 1 @@ -120,7 +121,7 @@ properties: description: VIN channel number $ref: /schemas/types.yaml#/definitions/uint32 minimum: 0 - maximum: 15 + maximum: 31 ports: type: object