Re: [PATCH v7 1/4] i2c: tegra: Introduce tegra_i2c_variant to identify DVC and VI

From: Andi Shyti

Date: Wed Jan 21 2026 - 04:10:51 EST


Hi Kartik,

...

> @@ -323,12 +334,13 @@ struct tegra_i2c_dev {
> bool atomic_mode;
> bool dma_mode;
> bool msg_read;
> - bool is_dvc;
> - bool is_vi;
> + enum tegra_i2c_variant variant;

why do we need this extra step in this patch and we don't add
"variant" directly in tegra_i2c_dev->hw?

Andi

> };