aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2013-04-22 06:02:22 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-06-17 03:43:29 -0400
commitb55cb191b03b64e02ffc635423afc0385b37df27 (patch)
tree601e5316c3ccbfcbb704b89b066ea0b5faace931
parentb400932c2944d36025e9240e877499ac5f613680 (diff)
ARM: cfa10036: dt: Change i2c0 clock frequency
The OLED display can work faster. Change the i2c controller clock frequency to remove the tearing effect that can be seen on the display. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r--arch/arm/boot/dts/imx28-cfa10036.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10036.dts b/arch/arm/boot/dts/imx28-cfa10036.dts
index 40488f5a8504..a524cafa3dba 100644
--- a/arch/arm/boot/dts/imx28-cfa10036.dts
+++ b/arch/arm/boot/dts/imx28-cfa10036.dts
@@ -67,6 +67,7 @@
67 i2c0: i2c@80058000 { 67 i2c0: i2c@80058000 {
68 pinctrl-names = "default"; 68 pinctrl-names = "default";
69 pinctrl-0 = <&i2c0_pins_b>; 69 pinctrl-0 = <&i2c0_pins_b>;
70 clock-frequency = <400000>;
70 status = "okay"; 71 status = "okay";
71 72
72 ssd1306: oled@3c { 73 ssd1306: oled@3c {