From patchwork Wed Jun 10 14:44:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 11598025 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 5948290 for ; Wed, 10 Jun 2020 14:41:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4B05F2078C for ; Wed, 10 Jun 2020 14:41:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726855AbgFJOlP (ORCPT ); Wed, 10 Jun 2020 10:41:15 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:43783 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726801AbgFJOlO (ORCPT ); Wed, 10 Jun 2020 10:41:14 -0400 Received: from uno.lan (93-34-118-233.ip49.fastwebnet.it [93.34.118.233]) (Authenticated sender: jacopo@jmondi.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 39890100015; Wed, 10 Jun 2020 14:41:11 +0000 (UTC) From: Jacopo Mondi To: Kieran Bingham , linux-renesas-soc@vger.kernel.org, Laurent Pinchart , =?utf-8?q?Niklas_S?= =?utf-8?q?=C3=B6derlund?= Cc: Jacopo Mondi Subject: [PATCH] fixup! dt-bindings: media: i2c: Add bindings for Maxim Integrated MAX9286 Date: Wed, 10 Jun 2020 16:44:21 +0200 Message-Id: <20200610144421.22592-1-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200610124623.51085-1-kieran@bingham.xyz> References: <20200610124623.51085-1-kieran@bingham.xyz> MIME-Version: 1.0 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org --- .../devicetree/bindings/media/i2c/maxim,max9286.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Reviewed-by: Kieran Bingham --- 2.27.0 diff --git a/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml b/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml index 34e0431d0bc1..8307c41f2cae 100644 --- a/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml +++ b/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml @@ -176,6 +176,8 @@ properties: description: The remote device compatible string. reg: + minItems: 2 + maxItems: 3 description: | The I2C addresses to be assigned to the remote devices through address reprogramming. The number of entries depends on the @@ -294,7 +296,7 @@ examples: camera@51 { compatible = "imi,rdacm20"; - reg = <0x51 0x61>; + reg = <0x51>, <0x61>; port { rdacm20_out0: endpoint { @@ -312,7 +314,7 @@ examples: camera@52 { compatible = "imi,rdacm20"; - reg = <0x52 0x62>; + reg = <0x52>, <0x62>; port { rdacm20_out1: endpoint { @@ -329,7 +331,7 @@ examples: camera@53 { compatible = "imi,rdacm20"; - reg = <0x53 0x63>; + reg = <0x53>, <0x63>; port { rdacm20_out2: endpoint { @@ -346,7 +348,7 @@ examples: camera@54 { compatible = "imi,rdacm20"; - reg = <0x54 0x64>; + reg = <0x54>, <0x64>; port { rdacm20_out3: endpoint {