projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac888a8
)
ARM: dts: omap3-n900: Fix i2c bus speed
author
Sebastian Reichel
<sre@debian.org>
Tue, 22 Oct 2013 22:49:31 +0000
(
00:49
+0200)
committer
Benoit 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/omap3-n900.dts
b/arch/arm/boot/dts/omap3-n900.dts
index ad4edd95b5b189a6fab7da88e6e50e97c1bcf418..7dd6fb6488e059ee995bb5d785de9534aa7db7f3 100644
(file)
--- 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 = <
4
00000>;
+ clock-frequency = <
1
00000>;
};
&i2c3 {
pinctrl-names = "default";
pinctrl-0 = <&i2c3_pins>;
- clock-frequency = <
1
00000>;
+ clock-frequency = <
4
00000>;
};
&mmc1 {