lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 15 Oct 2020 20:27:05 +0200
From:   Jacopo Mondi <jacopo+renesas@...ndi.org>
To:     kieran.bingham+renesas@...asonboard.com,
        laurent.pinchart+renesas@...asonboard.com,
        niklas.soderlund+renesas@...natech.se
Cc:     Jacopo Mondi <jacopo+renesas@...ndi.org>,
        linux-media@...r.kernel.org, linux-renesas-soc@...r.kernel.org,
        linux-kernel@...r.kernel.org, Hyun Kwon <hyunk@...inx.com>,
        Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>
Subject: [PATCH v2 2/7] dt-bindings: media: max9286: Document 'maxim,high-threshold'

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 <jacopo+renesas@...ndi.org>
---
 .../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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ