From: alexanders83@web.de (Alexander Stein)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] ARM: at91/dt: add matrix node in at91sam9263 dtsi
Date: Fri, 19 Dec 2014 09:51:38 +0100 [thread overview]
Message-ID: <1418979100-13243-2-git-send-email-alexanders83@web.de> (raw)
In-Reply-To: <1418979100-13243-1-git-send-email-alexanders83@web.de>
Add matrix node in at91sam9263 dtsi so that it can be referenced by other
devices.
Signed-off-by: Alexander Stein <alexanders83@web.de>
---
arch/arm/boot/dts/at91sam9263.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi
index fd8d242..8cc5337 100644
--- a/arch/arm/boot/dts/at91sam9263.dtsi
+++ b/arch/arm/boot/dts/at91sam9263.dtsi
@@ -356,6 +356,11 @@
reg = <0xffffe800 0x200>;
};
+ matrix: matrix at ffffec00 {
+ compatible = "atmel,at91sam9263-matrix", "syscon";
+ reg = <0xffffec00 0x200>;
+ };
+
pit: timer at fffffd30 {
compatible = "atmel,at91sam9260-pit";
reg = <0xfffffd30 0xf>;
--
2.2.1
next prev parent reply other threads:[~2014-12-19 8:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-19 8:51 [PATCH 0/3] add Atmel EBI (External Bus Interface) DT nodes for AT91SAM9263 Alexander Stein
2014-12-19 8:51 ` Alexander Stein [this message]
2014-12-19 8:51 ` [PATCH 2/3] ARM: at91/dt: add SMC0/1 nodes in at91sam9263 dtsi Alexander Stein
2014-12-19 8:51 ` [PATCH 3/3] ARM: at91/dt: add EBI (External Bus Interface) node " Alexander Stein
2014-12-21 11:14 ` [PATCH 0/3] add Atmel EBI (External Bus Interface) DT nodes for AT91SAM9263 Alexandre Belloni
2014-12-29 15:33 ` Boris Brezillon
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=1418979100-13243-2-git-send-email-alexanders83@web.de \
--to=alexanders83@web.de \
--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).