linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: tim.kryger@linaro.org (Tim Kryger)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 5/5] ARM: dts: bcm28155-ap: Enable all the i2c busses
Date: Thu, 14 Nov 2013 13:02:16 -0800	[thread overview]
Message-ID: <1384462936-7906-6-git-send-email-tim.kryger@linaro.org> (raw)
In-Reply-To: <1384462936-7906-1-git-send-email-tim.kryger@linaro.org>

Enable all available i2c busses.

Signed-off-by: Tim Kryger <tim.kryger@linaro.org>
Reviewed-by: Christian Daudt <csd@broadcom.com>
Reviewed-by: Matt Porter <matt.porter@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
---
 arch/arm/boot/dts/bcm28155-ap.dts | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/arch/arm/boot/dts/bcm28155-ap.dts b/arch/arm/boot/dts/bcm28155-ap.dts
index 08e47c2..bab302d 100644
--- a/arch/arm/boot/dts/bcm28155-ap.dts
+++ b/arch/arm/boot/dts/bcm28155-ap.dts
@@ -27,6 +27,26 @@
 		status = "okay";
 	};
 
+	i2c at 3e016000 {
+		status="okay";
+		clock-frequency = <400000>;
+	};
+
+	i2c at 3e017000 {
+		status="okay";
+		clock-frequency = <400000>;
+	};
+
+	i2c at 3e018000 {
+		status="okay";
+		clock-frequency = <400000>;
+	};
+
+	i2c at 3500d000 {
+		status="okay";
+		clock-frequency = <400000>;
+	};
+
 	sdio1: sdio at 3f180000 {
 		max-frequency = <48000000>;
 		status = "okay";
-- 
1.8.0.1

  parent reply	other threads:[~2013-11-14 21:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-14 21:02 [PATCH v2 0/5] Add-Broadcom-Kona-I2C-Support Tim Kryger
2013-11-14 21:02 ` [PATCH v2 1/5] Documentation: dt: Add i2c-bcm-kona binding Tim Kryger
2013-11-14 21:02 ` [PATCH v2 2/5] i2c: i2c-bcm-kona: Introduce Broadcom I2C Driver Tim Kryger
2013-11-14 21:02 ` [PATCH v2 3/5] i2c: i2c-bcm-kona: Add support for high-speed mode Tim Kryger
2013-11-14 21:02 ` [PATCH v2 4/5] ARM: dts: bcm281xx: Add i2c busses Tim Kryger
2013-11-14 21:02 ` Tim Kryger [this message]
2013-11-15 22:52 ` [PATCH v2 0/5] Add-Broadcom-Kona-I2C-Support Wolfram Sang
2013-11-15 23:30   ` Tim Kryger
2013-11-18 16:12     ` Christian Daudt

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=1384462936-7906-6-git-send-email-tim.kryger@linaro.org \
    --to=tim.kryger@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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).