diff options
author | Wolfgang Denk <wd@denx.de> | 2012-04-16 23:13:51 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-04-16 23:13:51 +0200 |
commit | f5cdc11775c4b7fdbf52a6dd2f463d329804ab11 (patch) | |
tree | 362ae60b8776090a35f2abfa7e9a8e37a0150377 /doc/device-tree-bindings | |
parent | db39f24151627733d6166c5e9a875fe8b356fa72 (diff) |
Prepare v2012.04-rc2; minor Coding Style cleanupv2012.04-rc2
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'doc/device-tree-bindings')
-rw-r--r-- | doc/device-tree-bindings/i2c/tegra20-i2c.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/device-tree-bindings/i2c/tegra20-i2c.txt b/doc/device-tree-bindings/i2c/tegra20-i2c.txt index d601c17f9b1..72649dffa38 100644 --- a/doc/device-tree-bindings/i2c/tegra20-i2c.txt +++ b/doc/device-tree-bindings/i2c/tegra20-i2c.txt @@ -4,10 +4,10 @@ Added in U-Boot: Required properties: - clocks : Two clocks must be given, each as a phandle to the Tegra's - CAR node and the clock number as a parameter: + CAR node and the clock number as a parameter: - the I2C clock to use for the peripheral - the pll_p_out3 clock, which can be used for fast operation. This - does not change and is the same for all I2C nodes. + does not change and is the same for all I2C nodes. Example: (TODO: merge with existing example): |