ARM: dts: omap3-n900: Fix i2c bus speed
authorSebastian Reichel <sre@debian.org>
Tue, 22 Oct 2013 22:49:31 +0000 (00:49 +0200)
committerBenoit Cousson <bcousson@baylibre.com>
Wed, 23 Oct 2013 08:11:00 +0000 (10:11 +0200)
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>
arch/arm/boot/dts/omap3-n900.dts

index ad4edd95b5b189a6fab7da88e6e50e97c1bcf418..7dd6fb6488e059ee995bb5d785de9534aa7db7f3 100644 (file)
        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 {