Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {