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-trimslice.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-trimslice.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra-trimslice.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-trimslice.dts b/arch/arm/boot/dts/tegra-trimslice.dts index cf8e5617f3bd..b1aaa45407d4 100644 --- a/arch/arm/boot/dts/tegra-trimslice.dts +++ b/arch/arm/boot/dts/tegra-trimslice.dts | |||
@@ -22,6 +22,10 @@ | |||
22 | clock-frequency = <400000>; | 22 | clock-frequency = <400000>; |
23 | }; | 23 | }; |
24 | 24 | ||
25 | i2c@7000d000 { | ||
26 | status = "disable"; | ||
27 | }; | ||
28 | |||
25 | serial@70006000 { | 29 | serial@70006000 { |
26 | clock-frequency = < 216000000 >; | 30 | clock-frequency = < 216000000 >; |
27 | }; | 31 | }; |