diff options
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 d601c17f9..72649dffa 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): |