Re: [PATCH v12 4/6] i2c: tegra: Add HS mode support
From: Jon Hunter
Date: Tue Nov 18 2025 - 07:25:51 EST
On 15/11/2025 04:26, Akhil R wrote:
Add support for HS (High Speed) mode transfers, which is supported by
Tegra194 onwards. Also adjust the bus frequency such that it uses the
fast plus mode when HS mode is not supported.
Technically, Tegra20 supported HS mode (according to the documentation).
However, from what I have found, it appears that HS mode only works on
Tegra194+ devices. So Thierry suggested that we document that HS is
broken on devices prior to Tegra194.
So the variable 'has_hs_mode_support' is a bit misleading. It might be
better to change this to 'hs_mode_broken' and reverse the logic.
Jon
--
nvpublic