]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: tegra: Add support for the VI I2C on Tegra210
authorThierry Reding <treding@nvidia.com>
Fri, 7 Jun 2019 13:56:23 +0000 (15:56 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 12 May 2020 20:47:52 +0000 (22:47 +0200)
commit2d9b203a5b06715fe9168c4d3f1826dfb06e3922
tree98ed57e57d5fecf7bcf562175a2ee84285505655
parentddbcf94e2c7ff5fab77ffc8faf8581f5d265d5bd
i2c: tegra: Add support for the VI I2C on Tegra210

Tegra210 has an extra instance of the I2C controller that is in the
domain of host1x and usually used for camera use-cases. The programming
model for the VI variant of the controller is roughly the same as for
the other variants, except that the I2C registers start at an offset
and are spaced further apart. VI I2C also doesn't support slave mode.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/i2c/busses/i2c-tegra.c