Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp1042826pxu; Fri, 16 Oct 2020 02:17:03 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxH+kYjNJrjyQuU5HCv37z/ikJqPV+K1TGf9rDtct23+wBZAGXzHw586Oy6ersWoUUxFUQ6 X-Received: by 2002:a17:906:4dc3:: with SMTP id f3mr2891612ejw.50.1602839822831; Fri, 16 Oct 2020 02:17:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602839822; cv=none; d=google.com; s=arc-20160816; b=xQ+Slh/RAWTb8ov3DetPWABulYKrwc/SvWsu/BfeYPdc+VbE2vW3eTtDvvpGkxJ/z/ y7M5+MzpRqunzJj7s8dL2R/Jde7fUtgB5dNK8u/cDApuuMR1fItr6e8qQoTKtwVDI/Vc NNHFSdFDjbBB+87We/ZAfXVm6hLz7/bzkdroMFToyrX3G/BLuccskSldAFUh0Z+0YAJ6 nXpRmhaMO725wosLVO3cfSoncoSv3Op7RWhc9rV2FZZOjovKar/ZI3cn6UDqn7OTSyaZ 0+QU7x2UoH6j/AIT6aEOabKlxrBtBDWxhiC10Uzc7Emm35KfLrbDOwE6uEYVTX3XQWUX oS0Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=WqWFNrtdJAo3xqHeD0uXDzKB2FlkL8Z9l0cO6QXC31A=; b=dwpa1E7+5Ae1BBsfV43ox5V5oOxN996orsDMgBEHEvkbaDNGxCQk+gUaZ9D3aFk/NM LKboXh4wwmTF93fRYv1Sn254MlJJ+f3ZyPEpDXaPrtAwegt5RyEynqO6FBtHD3sEv93o 984Z74sNQDI7enX43Vl67ii9sk+lAmRp8juGZp9U+2Ur8ZBEN8CrSJB1i8XrWkV/osiQ rggnf0AUlQc7G8JMjxO/hpjK9BMHOMvOVP/897OzjqQVgYKNQyKGUlW1B3dubXuosO9G cRA240CsZSB+C1Mwa76EkGhahRvwsZm+wqKH+x0TNpnPvXBJv5TyiBX2n2wmwg1+9fV5 Wixw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id lo12si1270856ejb.355.2020.10.16.02.16.41; Fri, 16 Oct 2020 02:17:02 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2406012AbgJPJMp (ORCPT + 99 others); Fri, 16 Oct 2020 05:12:45 -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 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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(-) 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 -- 2.28.0