Commit 48fc9864 authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Benoit Cousson

ARM: dts: omap3-n900: Fix i2c bus speed

Fix the bus speed of i2c bus 2 and 3.
Signed-off-by: default avatarSebastian Reichel <sre@debian.org>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent ac888a88
......@@ -78,14 +78,14 @@ &i2c2 {
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment