Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp5883422pxb; Tue, 16 Feb 2021 09:50:07 -0800 (PST) X-Google-Smtp-Source: ABdhPJyk1W9kB/qKyqPqViQXBzSSGEw6xGg8DDoVG9bljKFCjlo/scy5PBODOHBHAS6asIqY5Pih X-Received: by 2002:a17:906:dc8e:: with SMTP id cs14mr21337335ejc.366.1613497807077; Tue, 16 Feb 2021 09:50:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613497807; cv=none; d=google.com; s=arc-20160816; b=x9sL9haqKsxTy24eIdsHfvjDr7Q2petJD+fsJYlvudNYbGILKbPcJxtn//kWReohXi kh4nMG/bm444s/8LIa6IBWNtqUxDl4reV1rm/RKmfKHovI0zWxevwErA6RlfAPT9NLlG cJe2xPjbotPYBkeoGwSuJKS9o1kZqqdGvLlpe6gGzCKe+uwJ5TWE53dAdO0iEC65FFid T56PLBOCCbZYVdy+gj45YZqn7SueuEoo35L2uU+TFg/5IUuPbu6R3Cw7lsWrUln+c9jL Yt0Lz/Pp8y7vvGvjDY/NSTMioRpfggaNkDycpqkzP/+L7TfcA9FS3w54af3aNKhI2U7R 9T3A== 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=Lb9iXgjQtMrCJi8yZE2SnaUvyoY0rVpOyF85IPuFt7k=; b=chpmJ918tyUzGCb8mNG2LkUq6bXE39xn9wSg1lAuDqDDdfutIYFc87/9vx74pxk8PK 7VqIDbpb0YN+tOPFaOEHihjyPUtXDx2+EqxZXiqscqW0kAjHUnBd4GIXUg9y/rnBsreg oOrEU9EF7cCywT6xnptuPb0Z68EKDsU3Lb1Qh58GFfp6LqpoimYHb/5ZPxNaQ83/ZLgc 0NjqNBjFEfAgozq2bHxSL16EfBm76PxHtjL9I2tz2/pD8XeuS8z/lA0EnShJN+xWcUgU EBXf3VBC1YiuBXMa9QfoDB97kMSu5yPlJa5/gTEQMHVHU3quIvAe9njByuo5AMu/AoVh iXMQ== 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 m7si15177294edj.442.2021.02.16.09.49.43; Tue, 16 Feb 2021 09:50:07 -0800 (PST) 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 S230073AbhBPRqi (ORCPT + 99 others); Tue, 16 Feb 2021 12:46:38 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:45283 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231272AbhBPRnA (ORCPT ); Tue, 16 Feb 2021 12:43:00 -0500 Received: from uno.lan (93-34-118-233.ip49.fastwebnet.it [93.34.118.233]) (Authenticated sender: jacopo@jmondi.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 6CBCC20001B; Tue, 16 Feb 2021 17:41:55 +0000 (UTC) From: Jacopo Mondi To: kieran.bingham+renesas@ideasonboard.com, laurent.pinchart+renesas@ideasonboard.com, niklas.soderlund+renesas@ragnatech.se, geert@linux-m68k.org Cc: Jacopo Mondi , Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 16/16] media: i2c: gmsl: Use 339Kbps I2C bit-rate Date: Tue, 16 Feb 2021 18:41:46 +0100 Message-Id: <20210216174146.106639-17-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210216174146.106639-1-jacopo+renesas@jmondi.org> References: <20210216174146.106639-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 With the camera modules initialization routines now running with the noise immunity threshold enabled, it is possible to restore the bit rate of the I2C transactions transported on the GMSL control channel to 339 Kbps. The 339 Kbps bit rate represents the default setting for the serializer and the deserializer chips, and the setup/hold time and slave timeout time in use are calibrate to support that rate. Signed-off-by: Jacopo Mondi --- drivers/media/i2c/max9286.c | 2 +- drivers/media/i2c/rdacm20.c | 2 +- drivers/media/i2c/rdacm21.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/i2c/max9286.c b/drivers/media/i2c/max9286.c index aa01d5bb79ef..0b620f2f8c41 100644 --- a/drivers/media/i2c/max9286.c +++ b/drivers/media/i2c/max9286.c @@ -330,7 +330,7 @@ static int max9286_i2c_mux_init(struct max9286_priv *priv) static void max9286_configure_i2c(struct max9286_priv *priv, bool localack) { u8 config = MAX9286_I2CSLVSH_469NS_234NS | MAX9286_I2CSLVTO_1024US | - MAX9286_I2CMSTBT_105KBPS; + MAX9286_I2CMSTBT_339KBPS; if (localack) config |= MAX9286_I2CLOCACK; diff --git a/drivers/media/i2c/rdacm20.c b/drivers/media/i2c/rdacm20.c index 0632ef98eea7..d45e8b0e52a0 100644 --- a/drivers/media/i2c/rdacm20.c +++ b/drivers/media/i2c/rdacm20.c @@ -450,7 +450,7 @@ static int rdacm20_init(struct v4l2_subdev *sd, unsigned int val) ret = max9271_configure_i2c(&dev->serializer, MAX9271_I2CSLVSH_469NS_234NS | MAX9271_I2CSLVTO_1024US | - MAX9271_I2CMSTBT_105KBPS); + MAX9271_I2CMSTBT_339KBPS); if (ret) return ret; diff --git a/drivers/media/i2c/rdacm21.c b/drivers/media/i2c/rdacm21.c index 80b6f16f87a8..552985026458 100644 --- a/drivers/media/i2c/rdacm21.c +++ b/drivers/media/i2c/rdacm21.c @@ -442,7 +442,7 @@ static int rdacm21_init(struct v4l2_subdev *sd, unsigned int val) ret = max9271_configure_i2c(&dev->serializer, MAX9271_I2CSLVSH_469NS_234NS | MAX9271_I2CSLVTO_1024US | - MAX9271_I2CMSTBT_105KBPS); + MAX9271_I2CMSTBT_339KBPS); if (ret) return ret; -- 2.30.0