From: Grant Likely <grant.likely@secretlab.ca>
To: Stepan Moskovchenko <stepanm@codeaurora.org>,
devicetree-discuss@lists.ozlabs.org
Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: Reusing DTSI files across trees with differing numbers of address-cells
Date: Sat, 20 Jul 2013 06:03:04 +0100 [thread overview]
Message-ID: <20130720050304.CF0F93E167A@localhost> (raw)
In-Reply-To: <517B0B20.3000305@codeaurora.org>
On Fri, 26 Apr 2013 16:17:52 -0700, Stepan Moskovchenko <stepanm@codeaurora.org> wrote:
>
> Hello. I am creating a DTS file for an ARM (Qualcomm MSM) target which
> supports LPAE, meaning that the target is capable of addressing memory
> beyond the standard 4GB boundary. To account for the fact that the
> memory node can contain reg addresses that exceed 32 bits, I am setting
> #address-cells and #size-cells to 2 at the top level of my tree, since
> this is what the kernel will use when parsing the memory node.
>
> However, my internal tree contains multiple DTSI files with definitions
> for some hardware blocks that are used across multiple MSM targets,
> including ones that have #address-cells and #size-cells set to 1 at the
> top level, I would like to re-use some of these files in the tree for my
> LPAE-based target. Additionally, most MSM I/O devices are declared at
> the top level of the tree, rather than on a dedicated simple-bus.
>
> To allow reuse of common hardware block definitions, I am considering
> moving all the MSM memory-mapped I/O devices to a dedicated /soc node
> (per the Power spec), declaring this node as a simple-bus with
> #address-cells and #size-cells of 1, and using the ranges property to
> map this bus into the top-level address space. Since MSM I/O devices are
> located at addresses below 4GB, I believe it is okay to keep them on a
> simple-bus with #address-cells=1.
>
> Does this seem like a reasonable approach?
Yes.
g.
prev parent reply other threads:[~2013-07-20 5:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-26 23:17 Reusing DTSI files across trees with differing numbers of address-cells Stepan Moskovchenko
2013-07-20 5:03 ` Grant Likely [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=20130720050304.CF0F93E167A@localhost \
--to=grant.likely@secretlab.ca \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stepanm@codeaurora.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).