From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91/dt: sama5d4 xplained: add i2c0
Date: Wed, 4 Mar 2015 12:19:25 +0100 [thread overview]
Message-ID: <1425467965-26461-1-git-send-email-nicolas.ferre@atmel.com> (raw)
In-Reply-To: <1425437508-30976-2-git-send-email-josh.wu@atmel.com>
Add i2c0 aka twi0 on sama5d4 xplained board.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
arch/arm/boot/dts/at91-sama5d4_xplained.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
index f95ba32e29a5..93e6e1f0c729 100644
--- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts
+++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
@@ -88,6 +88,10 @@
};
};
+ i2c0: i2c at f8014000 {
+ status = "okay";
+ };
+
macb0: ethernet at f8020000 {
phy-mode = "rmii";
status = "okay";
--
2.1.3
prev parent reply other threads:[~2015-03-04 11:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-04 2:51 [PATCH v4 1/2] ARM: at91: sama5d4/dts: add #{address, size}_cells properties for macb0 Josh Wu
2015-03-04 2:51 ` [PATCH v4 2/2] ARM: at91: dts: sama5d4: add dts for sama5d4 xplained board Josh Wu
2015-03-04 11:07 ` Nicolas Ferre
2015-03-05 2:14 ` Josh Wu
2015-03-04 11:19 ` Nicolas Ferre [this message]
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=1425467965-26461-1-git-send-email-nicolas.ferre@atmel.com \
--to=nicolas.ferre@atmel.com \
--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).