devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] i2c: tegra: Add Tegra256 I2C controller support
@ 2025-07-31  9:11 Akhil R
  2025-07-31  9:11 ` [PATCH 1/2] dt-bindings: i2c: nvidia,tegra20-i2c: Add Tegra256 I2C compatible Akhil R
  2025-07-31  9:11 ` [PATCH 2/2] i2c: tegra: Add Tegra256 support Akhil R
  0 siblings, 2 replies; 6+ messages in thread
From: Akhil R @ 2025-07-31  9:11 UTC (permalink / raw)
  To: andi.shyti, conor+dt, devicetree, digetx, jonathanh, krzk+dt,
	linux-i2c, linux-kernel, linux-tegra, thierry.reding
  Cc: akhilrajeev, ldewangan, robh

This series adds support for Tegra256 I2C controllers to the Tegra I2C driver.

Tegra256 consists of 8 generic I2C controllers similar to previous Tegra generations,
but with a different parent clock frequency requiring adjusted timing parameters.

The changes add the "nvidia,tegra256-i2c" compatible string to device tree bindings
and implement the corresponding hardware feature structure with appropriate timing
parameters and clock divisors.

Akhil R (2):
  dt-bindings: i2c: nvidia,tegra20-i2c: Add Tegra256 I2C
  i2c: tegra: Add Tegra256 support

 .../bindings/i2c/nvidia,tegra20-i2c.yaml      |  6 +++++
 drivers/i2c/busses/i2c-tegra.c                | 26 +++++++++++++++++++
 2 files changed, 32 insertions(+)

-- 
2.50.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-08-01  9:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-31  9:11 [PATCH 0/2] i2c: tegra: Add Tegra256 I2C controller support Akhil R
2025-07-31  9:11 ` [PATCH 1/2] dt-bindings: i2c: nvidia,tegra20-i2c: Add Tegra256 I2C compatible Akhil R
2025-07-31 17:37   ` Rob Herring (Arm)
2025-08-01  9:56   ` Thierry Reding
2025-07-31  9:11 ` [PATCH 2/2] i2c: tegra: Add Tegra256 support Akhil R
2025-08-01  9:56   ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).