diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-04-26 13:19:03 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-05-03 16:49:08 -0400 |
commit | 22bd1f7ef40a1c0f2ba796ba7cd80013adcb835d (patch) | |
tree | 050f3475bfeeca1aa5d24923bc8d3d108a938afd /arch/arm/boot/dts/tegra-seaboard.dts | |
parent | b46b0b54dea200973ce380369beb192b136d8934 (diff) |
ARM: dt: tegra seaboard: fix I2C2 SCL rate
This I2C bus is used for EDID/DDC reads and other "slow" I2C devices.
This requires a 100KHz SCL (clock) rate.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra-seaboard.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra-seaboard.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra-seaboard.dts b/arch/arm/boot/dts/tegra-seaboard.dts index 0f30fc9f2005..11aea885c1bb 100644 --- a/arch/arm/boot/dts/tegra-seaboard.dts +++ b/arch/arm/boot/dts/tegra-seaboard.dts | |||
@@ -281,7 +281,7 @@ | |||
281 | }; | 281 | }; |
282 | 282 | ||
283 | i2c@7000c400 { | 283 | i2c@7000c400 { |
284 | clock-frequency = <400000>; | 284 | clock-frequency = <100000>; |
285 | }; | 285 | }; |
286 | 286 | ||
287 | i2c@7000c500 { | 287 | i2c@7000c500 { |