From: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
To: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
Cc: Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Benoit Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>,
Russell King - ARM Linux
<linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
Rajendra Nayak <rnayak-l0cyMroinI0@public.gmane.org>,
Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>,
Sricharan R <r.sricharan-l0cyMroinI0@public.gmane.org>,
"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Linux Kernel Mailing List
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Linux OMAP Mailing List
<linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Linux ARM Kernel Mailing List
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
Subject: Re: [PATCH v3 1/2] arm: dts: am4372: let boards access all nodes through phandles
Date: Wed, 25 Jun 2014 12:14:43 +0100 [thread overview]
Message-ID: <20140625111443.GG14495@leverpostej> (raw)
In-Reply-To: <20140625014016.GA21616-HgARHv6XitL9zxVx7UNMDg@public.gmane.org>
On Wed, Jun 25, 2014 at 02:40:16AM +0100, Felipe Balbi wrote:
> Hi,
>
> On Tue, Jun 24, 2014 at 04:11:48PM -0500, Rob Herring wrote:
> > On Mon, Jun 23, 2014 at 1:20 PM, Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org> wrote:
> > > by providing phandles to rtc, wdt, cpu and dispc nodes,
> > > boards can access them to add board-specific data.
> >
> > Strictly speaking, you are adding labels, not phandles. You can do
>
> heh, fair point. Easily editable when applying, though (?)
>
> > phandles without using labels, but the syntax is not so obvious. I'd
> > tell you what it is but offhand I don't remember. :)
>
> something along the lines of using the full path ?
Yup. The full path in braces:
phandle-property = <&{/full/path/to/node@0xDEAD}>;
Mark.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: mark.rutland@arm.com (Mark Rutland)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/2] arm: dts: am4372: let boards access all nodes through phandles
Date: Wed, 25 Jun 2014 12:14:43 +0100 [thread overview]
Message-ID: <20140625111443.GG14495@leverpostej> (raw)
In-Reply-To: <20140625014016.GA21616@saruman.home>
On Wed, Jun 25, 2014 at 02:40:16AM +0100, Felipe Balbi wrote:
> Hi,
>
> On Tue, Jun 24, 2014 at 04:11:48PM -0500, Rob Herring wrote:
> > On Mon, Jun 23, 2014 at 1:20 PM, Felipe Balbi <balbi@ti.com> wrote:
> > > by providing phandles to rtc, wdt, cpu and dispc nodes,
> > > boards can access them to add board-specific data.
> >
> > Strictly speaking, you are adding labels, not phandles. You can do
>
> heh, fair point. Easily editable when applying, though (?)
>
> > phandles without using labels, but the syntax is not so obvious. I'd
> > tell you what it is but offhand I don't remember. :)
>
> something along the lines of using the full path ?
Yup. The full path in braces:
phandle-property = <&{/full/path/to/node@0xDEAD}>;
Mark.
WARNING: multiple messages have this Message-ID (diff)
From: Mark Rutland <mark.rutland@arm.com>
To: Felipe Balbi <balbi@ti.com>
Cc: Rob Herring <robherring2@gmail.com>,
Benoit Cousson <bcousson@baylibre.com>,
Rob Herring <robh+dt@kernel.org>,
Kumar Gala <galak@codeaurora.org>,
Tony Lindgren <tony@atomide.com>,
Russell King - ARM Linux <linux@arm.linux.org.uk>,
Rajendra Nayak <rnayak@ti.com>, Nishanth Menon <nm@ti.com>,
Sricharan R <r.sricharan@ti.com>,
"devicetree@vger.kernel.org" <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>
Subject: Re: [PATCH v3 1/2] arm: dts: am4372: let boards access all nodes through phandles
Date: Wed, 25 Jun 2014 12:14:43 +0100 [thread overview]
Message-ID: <20140625111443.GG14495@leverpostej> (raw)
In-Reply-To: <20140625014016.GA21616@saruman.home>
On Wed, Jun 25, 2014 at 02:40:16AM +0100, Felipe Balbi wrote:
> Hi,
>
> On Tue, Jun 24, 2014 at 04:11:48PM -0500, Rob Herring wrote:
> > On Mon, Jun 23, 2014 at 1:20 PM, Felipe Balbi <balbi@ti.com> wrote:
> > > by providing phandles to rtc, wdt, cpu and dispc nodes,
> > > boards can access them to add board-specific data.
> >
> > Strictly speaking, you are adding labels, not phandles. You can do
>
> heh, fair point. Easily editable when applying, though (?)
>
> > phandles without using labels, but the syntax is not so obvious. I'd
> > tell you what it is but offhand I don't remember. :)
>
> something along the lines of using the full path ?
Yup. The full path in braces:
phandle-property = <&{/full/path/to/node@0xDEAD}>;
Mark.
next prev parent reply other threads:[~2014-06-25 11:14 UTC|newest]
Thread overview: 37+ 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
2014-06-23 18:20 ` Felipe Balbi
2014-06-23 18:20 ` [PATCH v3 1/2] arm: dts: am4372: let boards access all nodes through phandles Felipe Balbi
2014-06-23 18:20 ` Felipe Balbi
2014-06-23 18:20 ` Felipe Balbi
2014-06-24 18:39 ` Cooper Jr., Franklin
2014-06-24 18:39 ` Cooper Jr., Franklin
2014-06-24 20:51 ` Tom Rini
2014-06-24 20:51 ` Tom Rini
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-24 21:11 ` Rob Herring
2014-06-24 21:11 ` Rob Herring
2014-06-25 1:40 ` Felipe Balbi
2014-06-25 1:40 ` Felipe Balbi
[not found] ` <20140625014016.GA21616-HgARHv6XitL9zxVx7UNMDg@public.gmane.org>
2014-06-25 11:14 ` Mark Rutland [this message]
2014-06-25 11:14 ` Mark Rutland
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-23 18:20 ` Felipe Balbi
2014-06-23 18:20 ` Felipe Balbi
[not found] ` <1403547659-24558-3-git-send-email-balbi-l0cyMroinI0@public.gmane.org>
2014-06-24 18:36 ` Cooper Jr., Franklin
2014-06-24 18:36 ` Cooper Jr., Franklin
2014-06-24 18:36 ` Cooper Jr., Franklin
2014-06-25 2:07 ` Darren Etheridge
2014-06-25 2:07 ` Darren Etheridge
2014-06-25 2:07 ` Darren Etheridge
2014-06-24 20:51 ` Tom Rini
2014-06-24 20:51 ` Tom Rini
2014-06-24 20:51 ` Tom Rini
2014-06-30 16:45 ` [PATCH v3 0/2] arm: dts: add support for am437x sk Felipe Balbi
2014-06-30 16:45 ` Felipe Balbi
2014-06-30 16:45 ` Felipe Balbi
[not found] ` <20140630164543.GA31442-HgARHv6XitL9zxVx7UNMDg@public.gmane.org>
2014-07-01 12:50 ` Tony Lindgren
2014-07-01 12:50 ` Tony Lindgren
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=20140625111443.GG14495@leverpostej \
--to=mark.rutland-5wv7dgnigg8@public.gmane.org \
--cc=balbi-l0cyMroinI0@public.gmane.org \
--cc=bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=nm-l0cyMroinI0@public.gmane.org \
--cc=r.sricharan-l0cyMroinI0@public.gmane.org \
--cc=rnayak-l0cyMroinI0@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.