diff options
author | Sebastian Reichel <sre@debian.org> | 2013-10-23 00:49:31 +0200 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-23 10:11:00 +0200 |
commit | 48fc98645062b459a8d136483ee7ebbc2087185f (patch) | |
tree | 09ed4ef2caae1f0bebfb965a44d76f454fd93c8c | |
parent | ac888a8895b1b4c4aa6c7df70ecc0056b1e96787 (diff) |
ARM: dts: omap3-n900: Fix i2c bus speed
Fix the bus speed of i2c bus 2 and 3.
Signed-off-by: Sebastian Reichel <sre@debian.org>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
-rw-r--r-- | arch/arm/boot/dts/omap3-n900.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index ad4edd95b5b1..7dd6fb6488e0 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -78,14 +78,14 @@ pinctrl-names = "default"; pinctrl-0 = <&i2c2_pins>; - clock-frequency = <400000>; + clock-frequency = <100000>; }; &i2c3 { pinctrl-names = "default"; pinctrl-0 = <&i2c3_pins>; - clock-frequency = <100000>; + clock-frequency = <400000>; }; &mmc1 { |