Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp1072974pxu; Fri, 16 Oct 2020 03:10:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxZMwKAF81rZfBNuOX9y30vD6+Ck5owx4fb7Ek4xkXCo1mIBURV7LEm61Z+RZ62xXAzbI1g X-Received: by 2002:a17:906:3a8c:: with SMTP id y12mr2728223ejd.531.1602843059661; Fri, 16 Oct 2020 03:10:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602843059; cv=none; d=google.com; s=arc-20160816; b=FU9pQmpfxQoodgZ91e+nkLdtLsM5EQwzSx31z98PpQ98TlZViC941v2Cm2QqLcBPjE wix0OReIDSmMSw3C/IjxWt7RJ1TdZYmBof4qwq31HtUL2PWyE86oBAGGNNzhBupwtSsJ VAa4XxBdM0zqbLOd65uq7m6b9LcgWD6D3jtsc9YBlzSwBxqe/geG2XJMozG/baAO2RKu d6y0P625pQSS5I6jJ5sRXecGF0AtmPpbz2xMCQEbqW0HKihB1vt6xyfXpLAf18s3GMKt DiHrnlgrvCgi8sIW2ul24GKUcslANumQVIXwemya+d6cdP0v7LoQD+Zb590o8HH0futG JWDA== 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=rlAT7bRlv1J46Vj2lhi7VYyz+5ZTOMh62knegC3mxuk=; b=a6G6ZghqsO/6fNVc+f2izOTSjF4E9r20XGBmnyzSXNMvAN7bcIE61kopGHpQhDVru5 nwjwPLlzxqg3ZmnDehfab6h1AaHe4OkBumxoS3GgRFQMieA8MLwdn3eq2dpIzTky/f1p lcaFmQ110cVExOL/oviNuAkHj6wQrxJeSJIGfJU54p44OmM4rhY0+nzC4AIpo/cx8/h6 gdii1XyUYPL5Osb0jl+kUR6Yso0GDgU4gikIf1atWnvOAW9Jvef3AqTXHQfbnxFyND5/ X6fwfFXewNvXcZfu/Fy+Gnpxe1Atcjr4uBrCzaupzyc8WbZ5glkft2y2/VhtKhEpiQYJ vSKg== 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 y6si1267137edu.43.2020.10.16.03.10.37; Fri, 16 Oct 2020 03:10:59 -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 S2406564AbgJPKHF (ORCPT + 99 others); Fri, 16 Oct 2020 06:07:05 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:42911 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406546AbgJPKHA (ORCPT ); Fri, 16 Oct 2020 06:07:00 -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 relay4-d.mail.gandi.net (Postfix) with ESMTPSA id BAFC7E000A; Fri, 16 Oct 2020 10:06:56 +0000 (UTC) From: Jacopo Mondi To: kieran.bingham+renesas@ideasonboard.com, laurent.pinchart+renesas@ideasonboard.com, niklas.soderlund+renesas@ragnatech.se Cc: Jacopo Mondi , linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Hyun Kwon , Manivannan Sadhasivam Subject: [PATCH v3 2/7] dt-bindings: media: max9286: Document 'maxim,high-threshold' Date: Fri, 16 Oct 2020 14:06:20 +0200 Message-Id: <20201016120625.64337-3-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201016120625.64337-1-jacopo+renesas@jmondi.org> References: <20201016120625.64337-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 Document the 'maxim,high-threshold' vendor property in the bindings document of the max9286 driver. The newly introduced boolean property allows controlling the initial configuration of the GMSL reverse control channel to accommodate remote serializers pre-programmed with the high threshold power supply noise immunity enabled. Signed-off-by: Jacopo Mondi --- .../bindings/media/i2c/maxim,max9286.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml b/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml index 9ea827092fdd..50e08a7d3204 100644 --- a/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml +++ b/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml @@ -51,6 +51,19 @@ properties: '#gpio-cells': const: 2 + maxim,high-threshold: + description: | + A boolean property to increase the initial amplitude of the reverse + control channel to compensate for remote serializers pre-programmed with + high threshold noise-immunity. + + Some camera modules (in example the RDACM20 one) include an on-board MCU + that pre-programs the embedded serializer with reverse channel power + supply noise immunity enabled. The deserializer shall increase its + reverse channel amplitude to compensate that and be able to communicate + with the remote end. + type: boolean + ports: type: object description: | @@ -243,6 +256,8 @@ examples: gpio-controller; #gpio-cells = <2>; + maxim,high-threshold; + ports { #address-cells = <1>; #size-cells = <0>; -- 2.28.0