From: Sebastian Reichel <sre@debian.org>
To: "Benoît Cousson" <bcousson@baylibre.com>,
"Tony Lindgren" <tony@atomide.com>
Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, Sebastian Reichel <sre@debian.org>
Subject: [PATCH 02/14] DTS: ARM: OMAP3-N900: Fix i2c bus speed
Date: Wed, 23 Oct 2013 00:49:31 +0200 [thread overview]
Message-ID: <1382482183-14426-3-git-send-email-sre@debian.org> (raw)
In-Reply-To: <1382482183-14426-1-git-send-email-sre@debian.org>
Fix the bus speed of i2c bus 2 and 3.
Signed-off-by: Sebastian Reichel <sre@debian.org>
---
arch/arm/boot/dts/omap3-n900.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts
index ad4edd9..7dd6fb6 100644
--- 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 = <400000>;
+ clock-frequency = <100000>;
};
&i2c3 {
pinctrl-names = "default";
pinctrl-0 = <&i2c3_pins>;
- clock-frequency = <100000>;
+ clock-frequency = <400000>;
};
&mmc1 {
--
1.8.4.rc3
next prev parent reply other threads:[~2013-10-22 22:49 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-22 22:49 [PATCH 00/14] DTS: ARM: OMAP3-N900: Add misc. HW Sebastian Reichel
2013-10-22 22:49 ` [PATCH 01/14] DTS: ARM: OMAP3-N900: Add pinctrl for i2c devices Sebastian Reichel
2013-10-22 22:49 ` Sebastian Reichel [this message]
2013-10-22 22:49 ` [PATCH 03/14] DTS: ARM: OMAP3-N900: Add UART support Sebastian Reichel
2013-10-22 22:49 ` [PATCH 04/14] DTS: ARM: OMAP3-N900: Add support for SD cards Sebastian Reichel
2013-10-22 22:49 ` [PATCH 05/14] DTS: ARM: OMAP3-N900: GPIO key definitions Sebastian Reichel
2013-10-22 22:49 ` [PATCH 06/14] DTS: ARM: OMAP3-N900: Add vibrator device Sebastian Reichel
2013-10-22 22:49 ` [PATCH 07/14] DTS: ARM: OMAP3-N900: Add LP5523 support Sebastian Reichel
2013-10-22 22:49 ` [PATCH 08/14] DTS: TWL4030: Add missing regulators Sebastian Reichel
[not found] ` <1382482183-14426-1-git-send-email-sre-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-10-22 22:49 ` [PATCH 09/14] DTS: ARM: OMAP3-N900: Specify regulator info Sebastian Reichel
2013-10-22 22:49 ` [PATCH 10/14] DTS: ARM: OMAP3-N900: Add NAND support Sebastian Reichel
2013-10-22 22:49 ` [PATCH 11/14] DTS: ARM: OMAP3-N900: Mux RX51_LCD_RESET_GPIO in DTS Sebastian Reichel
2013-10-22 22:49 ` [PATCH 12/14] DTS: ARM: OMAP3-N900: Add TLV320AIC3X support Sebastian Reichel
2013-10-22 22:49 ` [PATCH 13/14] DTS: ARM: OMAP3-N900: Add LP5523 support Sebastian Reichel
2013-10-22 22:49 ` [PATCH 14/14] DTS: TWL4030: Add power button support Sebastian Reichel
2013-10-23 8:36 ` [PATCH 00/14] DTS: ARM: OMAP3-N900: Add misc. HW Benoit Cousson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1382482183-14426-3-git-send-email-sre@debian.org \
--to=sre@debian.org \
--cc=bcousson@baylibre.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).