From: Felipe Balbi <balbi@ti.com>
To: Benoit Cousson <bcousson@baylibre.com>
Cc: robh+dt@kernel.org, galak@codeaurora.org,
Tony Lindgren <tony@atomide.com>,
linux@arm.linux.org.uk, Rajendra Nayak <rnayak@ti.com>,
Nishanth Menon <nm@ti.com>,
r.sricharan@ti.com, devicetree@vger.kernel.org,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
Linux ARM Kernel Mailing List
<linux-arm-kernel@lists.infradead.org>,
Felipe Balbi <balbi@ti.com>
Subject: [PATCH v3 1/2] arm: dts: am4372: let boards access all nodes through phandles
Date: Mon, 23 Jun 2014 13:20:58 -0500 [thread overview]
Message-ID: <1403547659-24558-2-git-send-email-balbi@ti.com> (raw)
In-Reply-To: <1403547659-24558-1-git-send-email-balbi@ti.com>
by providing phandles to rtc, wdt, cpu and dispc nodes,
boards can access them to add board-specific data.
Signed-off-by: Felipe Balbi <balbi@ti.com>
---
Changes since v1:
- added phandles to cpu and dispc
arch/arm/boot/dts/am4372.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index 49fa596..8d3c163 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -30,7 +30,7 @@
cpus {
#address-cells = <1>;
#size-cells = <0>;
- cpu@0 {
+ cpu: cpu@0 {
compatible = "arm,cortex-a9";
device_type = "cpu";
reg = <0>;
@@ -270,7 +270,7 @@
ti,hwmods = "counter_32k";
};
- rtc@44e3e000 {
+ rtc: rtc@44e3e000 {
compatible = "ti,am4372-rtc","ti,da830-rtc";
reg = <0x44e3e000 0x1000>;
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH
@@ -279,7 +279,7 @@
status = "disabled";
};
- wdt@44e35000 {
+ wdt: wdt@44e35000 {
compatible = "ti,am4372-wdt","ti,omap3-wdt";
reg = <0x44e35000 0x1000>;
interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
@@ -871,7 +871,7 @@
#size-cells = <1>;
ranges;
- dispc@4832a400 {
+ dispc: dispc@4832a400 {
compatible = "ti,omap3-dispc";
reg = <0x4832a400 0x400>;
interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
--
2.0.0.390.gcb682f8
next prev parent reply other threads:[~2014-06-23 18:20 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-23 18:20 [PATCH v3 0/2] arm: dts: add support for am437x sk Felipe Balbi
2014-06-23 18:20 ` Felipe Balbi [this message]
2014-06-24 18:39 ` [PATCH v3 1/2] arm: dts: am4372: let boards access all nodes through phandles Cooper Jr., Franklin
2014-06-24 20:51 ` Tom Rini
[not found] ` <1403547659-24558-2-git-send-email-balbi-l0cyMroinI0@public.gmane.org>
2014-06-24 21:11 ` Rob Herring
2014-06-25 1:40 ` Felipe Balbi
[not found] ` <20140625014016.GA21616-HgARHv6XitL9zxVx7UNMDg@public.gmane.org>
2014-06-25 11:14 ` Mark Rutland
2014-06-23 18:20 ` [PATCH v3 2/2] arm: dts: add support for AM437x StarterKit Felipe Balbi
2014-06-24 20:51 ` Tom Rini
[not found] ` <1403547659-24558-3-git-send-email-balbi-l0cyMroinI0@public.gmane.org>
2014-06-24 18:36 ` Cooper Jr., Franklin
2014-06-25 2:07 ` Darren Etheridge
2014-06-30 16:45 ` [PATCH v3 0/2] arm: dts: add support for am437x sk Felipe Balbi
[not found] ` <20140630164543.GA31442-HgARHv6XitL9zxVx7UNMDg@public.gmane.org>
2014-07-01 12:50 ` Tony Lindgren
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=1403547659-24558-2-git-send-email-balbi@ti.com \
--to=balbi@ti.com \
--cc=bcousson@baylibre.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=nm@ti.com \
--cc=r.sricharan@ti.com \
--cc=rnayak@ti.com \
--cc=robh+dt@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).