diff options
author | Stephen Warren <swarren@nvidia.com> | 2011-11-21 16:44:09 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-12-07 23:48:04 -0500 |
commit | 88950f3b6d0f49b6b5a2f68bd1f67406c2c73922 (patch) | |
tree | a5b30c217c97769a620986f7e165b7abe42eaa84 /arch/arm/boot/dts/tegra-ventana.dts | |
parent | 492f204da87ccfef508d5fff63873bda37d4363b (diff) |
arm/dt: tegra: Fix I2C nodes to match board files
With board files, all I2C busses run at 400KHz. Fix the device-tree
to be consistent with this. It's possible this is incorrect, but at
least it keeps the board files and device-tree consistent.
Also, disable any I2C controllers that the board files don't register,
also for consistency.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/tegra-ventana.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra-ventana.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-ventana.dts b/arch/arm/boot/dts/tegra-ventana.dts index 1c0948541806..0f14ee373e76 100644 --- a/arch/arm/boot/dts/tegra-ventana.dts +++ b/arch/arm/boot/dts/tegra-ventana.dts | |||
@@ -10,6 +10,22 @@ | |||
10 | reg = < 0x00000000 0x40000000 >; | 10 | reg = < 0x00000000 0x40000000 >; |
11 | }; | 11 | }; |
12 | 12 | ||
13 | i2c@7000c000 { | ||
14 | clock-frequency = <400000>; | ||
15 | }; | ||
16 | |||
17 | i2c@7000c400 { | ||
18 | clock-frequency = <400000>; | ||
19 | }; | ||
20 | |||
21 | i2c@7000c500 { | ||
22 | clock-frequency = <400000>; | ||
23 | }; | ||
24 | |||
25 | i2c@7000d000 { | ||
26 | clock-frequency = <400000>; | ||
27 | }; | ||
28 | |||
13 | serial@70006300 { | 29 | serial@70006300 { |
14 | clock-frequency = < 216000000 >; | 30 | clock-frequency = < 216000000 >; |
15 | }; | 31 | }; |