Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp521749pxu; Thu, 15 Oct 2020 09:33:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx7VK6kRiXpgSQjP2aPGm4TRwuuerfHUA9oCTd+Z3fHvojsUfs34s52Oe/PnImAsJeH3X71 X-Received: by 2002:a05:6402:359:: with SMTP id r25mr5337033edw.308.1602779619259; Thu, 15 Oct 2020 09:33:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602779619; cv=none; d=google.com; s=arc-20160816; b=vHmXY/F3ev9RcBjLY3/44FnNUzP41U3rtwywy68xigYTl8EVLtW3APJHfXg0zP4h1r VV/L6WAO/gvHpV4yFHg03LcPgj8vw3zmiv9hBo2wjslOv5waTfqFZAqlOr5Ep+JPBvEv IYz2hx4m43j+4+ydVLI+RQ+/+LK9T71zHNLlqJPa534Wn+D3Z3gSBOzSoeiMildwcVxv Gk+5zgXkt1tA+qpsO80hPSek3Ro3aAJmtfJeDx8PYGobAmFvb9QxjvYRZFTeD1OReUgH NA6gsByskqlUB5ub+d3EVn7HlNaubXWiBeoT4gUDF0PyAmX8JTI+ZJQYtnaEDuxmDtrW X7IA== 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=AY+y9abiRWR3P3V29mSCqJLjArvsw+ZcPhjxIP0yEPyx9W2Ef6/89l76oszCdqCV8X fipuNrjw7SkBcKeR5SXAjDzba3PIKoWhwRub2A81c1nAs3K8Q7qyNi5KQ+2aIHhgsrxs 0LmCnhYTuaP/HtNqAvW1fPN6HV1W7iad7zhVLaNO9BsHPn0GFLtUH1OI+BALqmJKU+U2 um1BSYHaNPrefg7450+bB8PYneJ2jNhqq8jH5fs8AbwJL11tlF6irRHKD23gBDSTFt5q tVXKcNMDfg5AzEPknmWf0ClIJvDQG8Pa7eHkVTJIVXUuokZwWUmNp0EN9u+FdndyfpmA QAMw== 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 w18si2464791ejz.722.2020.10.15.09.33.09; Thu, 15 Oct 2020 09:33:39 -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 S2389746AbgJOQ1k (ORCPT + 99 others); Thu, 15 Oct 2020 12:27:40 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:40973 "EHLO relay9-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389699AbgJOQ1j (ORCPT ); Thu, 15 Oct 2020 12:27:39 -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 relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 63BA7FF804; Thu, 15 Oct 2020 16:27:36 +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 v2 2/7] dt-bindings: media: max9286: Document 'maxim,high-threshold' Date: Thu, 15 Oct 2020 20:27:05 +0200 Message-Id: <20201015182710.54795-3-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201015182710.54795-1-jacopo+renesas@jmondi.org> References: <20201015182710.54795-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