Skip to content

Commit 4e79691

Browse files
committed
dt-bindings: i2c: tegra: Document Tegra210 VI I2C
The Tegra210 features an instance of the Tegra I2C controller that is part of the host1x domain and typically used for camera use-cases. It uses pretty much the same programming model but the registers are laid out differently. Signed-off-by: Thierry Reding <[email protected]>
1 parent 0aade33 commit 4e79691

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/devicetree/bindings/i2c/nvidia,tegra20-i2c.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ Required properties:
3535
Due to above changes, Tegra114 I2C driver makes incompatible with
3636
previous hardware driver. Hence, tegra114 I2C controller is compatible
3737
with "nvidia,tegra114-i2c".
38+
nvidia,tegra210-i2c-vi: Tegra210 has one I2C controller that is part of the
39+
host1x domain and typically used for camera use-cases. This VI I2C
40+
controller is mostly compatible with the programming model of the
41+
regular I2C controllers with a few exceptions. The I2C registers start
42+
at an offset of 0xc00 (instead of 0), registers are 16 bytes apart
43+
(rather than 4) and the controller does not support slave mode.
3844
- reg: Should contain I2C controller registers physical address and length.
3945
- interrupts: Should contain I2C controller interrupts.
4046
- address-cells: Address cells for I2C device address.

0 commit comments

Comments
 (0)