Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp337833pxu; Wed, 14 Oct 2020 02:42:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxNLjnxL5pxnrsBomVeo5T5yvUHNDEwWeubhTnJTY3RP1vPNe1BIqEkBhE+6TQI3+fBaP+N X-Received: by 2002:a17:906:a392:: with SMTP id k18mr1687363ejz.35.1602668539285; Wed, 14 Oct 2020 02:42:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602668539; cv=none; d=google.com; s=arc-20160816; b=WK1yIjItPc2gjvc7ReAGV2eDCyew3c3qzO1g0E5WaFj/TVuwgfPA19GzSXBaIirIeE n7QVt4ykObg0BN0WCEzWl9c1qJcxlXQuAeDpWB3/KhgDB40qZ8gAOCLgjedQLYYl033m wK7FU1+pI5NJVDgYTKcRpgmhQJArqsvn6QeuetHa0qbyGKm+XtKzc7jBHqWyuacvTqhg M2wzlKAL9WxhG10cYNUUnoR++WdEb5QUdoWMOoBoz+ACJzBzxEA2OJb+AcIA7oAv4u38 f6TPfXjpQBql+UBBy5d68QDAiXZ9/WDc6DHTgkJAg0yOEYM+g4hVbjKcdJaMN5LqSVDj VRUQ== 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=ej5CWlIe+n2+Q2zbXZT1QcncagIQOfH8jk7ygZo1j1c=; b=HzhpBs+gs4L2YNDTNxUxvQHxRuDLjnzmjESFrRIk/QijNGJEycnZfKAav/WAjj/KZQ ZZxOGe3qAnXus0tB3iWyOjJRpXnvhQlu+m7BxZeZnHvJ+IrRti5sgTgzP2XxKa/X1gup c+S19ViEF+c7kuMxa1EtUS9m4mpLCe23EO+4aKkJqu8LU+ZR/mOLUVl2LTLJOWSvdkve yHGV/vfJhZUxscQcF1OOypnL0JkjtwYrYTMMAaQB36VqD75nZ3hPsl2Luo8fyFl9YCih NsIulehgSR9RM48wNUaYx8WDLqjawTIKecnhODsc5G7EasGzcXTNiRNNQ4uiMZuUaxav fIaw== 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 c26si1783064eds.166.2020.10.14.02.41.56; Wed, 14 Oct 2020 02:42:19 -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 S1728201AbgJNJky (ORCPT + 99 others); Wed, 14 Oct 2020 05:40:54 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:33859 "EHLO relay5-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726028AbgJNJkx (ORCPT ); Wed, 14 Oct 2020 05:40:53 -0400 X-Greylist: delayed 160822 seconds by postgrey-1.27 at vger.kernel.org; Wed, 14 Oct 2020 05:40:52 EDT 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 relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 7D6ED1C0009; Wed, 14 Oct 2020 09:40:50 +0000 (UTC) From: Jacopo Mondi To: linux-renesas-soc@vger.kernel.org, geert+renesas@glider.be, laurent.pinchart@ideasonboard.com, devicetree@vger.kernel.org, robh+dt@kernel.org Cc: Jacopo Mondi , linux-kernel@vger.kernel.org Subject: [PATCH 2/6] dt-bindings: media: renesas,csi2: Add V3U support Date: Wed, 14 Oct 2020 11:44:39 +0200 Message-Id: <20201014094443.11070-3-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201014094443.11070-1-jacopo+renesas@jmondi.org> References: <20201014094443.11070-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 --- Documentation/devicetree/bindings/media/renesas,csi2.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/media/renesas,csi2.yaml b/Documentation/devicetree/bindings/media/renesas,csi2.yaml index 533c2f181db7..4dbcda6b1788 100644 --- a/Documentation/devicetree/bindings/media/renesas,csi2.yaml +++ b/Documentation/devicetree/bindings/media/renesas,csi2.yaml @@ -29,6 +29,7 @@ properties: - renesas,r8a77970-csi2 # R-Car V3M - renesas,r8a77980-csi2 # R-Car V3H - renesas,r8a77990-csi2 # R-Car E3 + - renesas,r8a779a0-csi2 # R-Car V3U reg: maxItems: 1 -- 2.28.0