Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: i2c: nvidia,tegra20-i2c: Add Tegra256 I2C compatible

Add compatible for Tegra256 I2C controllers. Tegra256 consists of
8 generic Tegra I2C controllers similar to previous generations.
The parent clock frequency is different in these controllers and
hence the timing parameter values are different from the previous
ones.

Signed-off-by: Akhil R <akhilrajeev@nvidia.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

authored by

Akhil R and committed by
Wolfram Sang
69329daf eddfe53b

+6
+6
Documentation/devicetree/bindings/i2c/nvidia,tegra20-i2c.yaml
··· 80 80 support for 64 KiB transactions whereas earlier chips supported no 81 81 more than 4 KiB per transactions. 82 82 const: nvidia,tegra194-i2c 83 + - description: | 84 + Tegra256 has 8 generic I2C controllers. The controllers are similar to 85 + the previous generations, but have a different parent clock and hence 86 + the timing parameters are configured differently. 87 + const: nvidia,tegra256-i2c 83 88 84 89 reg: 85 90 maxItems: 1 ··· 191 186 contains: 192 187 enum: 193 188 - nvidia,tegra194-i2c 189 + - nvidia,tegra256-i2c 194 190 then: 195 191 required: 196 192 - resets