From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 209F019C563; Wed, 9 Oct 2024 21:17:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728508661; cv=none; b=lm9R3VThPAmIktM6DJhMEf3ETYfOC+Td8MotGA3XgwWExEHWi9/gUeQ2D+xkSeI/eiOmmrhmMv1VYWde1ouIu+sAO7+uTfAipn9tyvmVXnL2c0E4WUiw9PV17jq1qN0pLzhOpTExa7v8m5rnHFM5wa0DVvKpnLA/OIE+vEYo5OU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728508661; c=relaxed/simple; bh=PeGgpuw2h6B6d511IkUAztNTH5VoRqnb1sCSe1yg7II=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pmPX7ep0l1AKjTc+dhaE0a02FJqRHE2IjRE+NKU7cHsztto1Pz5lPHbLmbNMEar3Sdag7N2GqEqLevRKNmJVewEs9kFoJN0p+qOZYHaewj7+LY6whVD3RifkclHElZJIXOgJZbUxJiBi4un8E8uEMAdODVprT+bWlyJTC01RHHU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rcHnxDZ6; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rcHnxDZ6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BBE11C4CEC3; Wed, 9 Oct 2024 21:17:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728508661; bh=PeGgpuw2h6B6d511IkUAztNTH5VoRqnb1sCSe1yg7II=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rcHnxDZ6AchLwju2OZlF2O6JJ6z+34uayHJpJWMt0wYuFduAkaAVDXq8yM/ttujwX pKHS/qFT9tqo3eJs5h8Zcv9pHpsBSmiyJoo1Igpriiyrm8Fh0aVx3Nrd8FXxDQlUqH u8pEQ6wSbikWHKUT/hUcjWtbxxAkF8Kx8kPgpmLYDWF3Avh29VFmVHxFmppPeOq4xA aYO7c26aE45V9aB0f8H+4v3BWGJnUGHcFw6gCGZZdfF8srDwHEbohxJwMyDTSfGsK1 ISxvMeLRd6Ti8NiWSVZbiQQ+eFGaWLgWg1AAqLQUgUw1KKFzVFQU3TSXi0vnJt11x/ q0cTTkj+LZkUg== Date: Wed, 9 Oct 2024 16:17:39 -0500 From: "Rob Herring (Arm)" To: =?iso-8859-1?Q?Th=E9o?= Lebrun Cc: =?iso-8859-1?Q?Gr=E9gory?= Clement , linux-i2c@vger.kernel.org, Thomas Petazzoni , Andi Shyti , Krzysztof Kozlowski , Vladimir Kondratiev , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Linus Walleij , Tawfik Bayouk , Conor Dooley Subject: Re: [PATCH v3 2/6] dt-bindings: i2c: nomadik: support 400kHz < clock-frequency <= 3.4MHz Message-ID: <172850865946.731856.7512114270634333579.robh@kernel.org> References: <20241009-mbly-i2c-v3-0-e7fd13bcf1c4@bootlin.com> <20241009-mbly-i2c-v3-2-e7fd13bcf1c4@bootlin.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20241009-mbly-i2c-v3-2-e7fd13bcf1c4@bootlin.com> On Wed, 09 Oct 2024 16:01:08 +0200, Théo Lebrun wrote: > Hardware is not limited to 400kHz, its documentation does mention how to > configure it for high-speed (a specific Speed-Mode enum value and > a different bus rate clock divider register to be used). > > Reviewed-by: Linus Walleij > Signed-off-by: Théo Lebrun > --- > Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Rob Herring (Arm)