From: Stefan Roese <sr-ynQEQJNshbs@public.gmane.org>
To: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
Subject: Re: dtc: Empty ranges property: #cells-size warning
Date: Thu, 22 Oct 2009 11:56:48 +0200 [thread overview]
Message-ID: <200910221156.48866.sr@denx.de> (raw)
In-Reply-To: <20091021220413.GA12560-787xzQ0H9iRg7VrjXcPTGA@public.gmane.org>
On Thursday 22 October 2009 00:04:13 David Gibson wrote:
> > No, the warning is correct, and your device tree is in error.
> >
> > An empty "ranges" property means that the child address space is
> > identical to the parent address space, which isn't the case here.
> >
> > You should resolve this by using a non-empty "ranges" property,
> > instead. If e.g. the address space is 1GB, and located at 0, you
> > would do
> >
> > < 0 0 0 0x40000000 >
> > (child) (parent) (size)
>
> Exactly. An empty ranges property makes no sense if the parent and
> child address spaces aren't identical. You need an explicit ranges
> property to show how the child address space is embedded in the
> parent's.
OK, thanks for making this clear.
Cheers,
Stefan
prev parent reply other threads:[~2009-10-22 9:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-21 15:13 dtc: Empty ranges property: #cells-size warning Stefan Roese
[not found] ` <200910211713.12503.sr-ynQEQJNshbs@public.gmane.org>
2009-10-21 16:41 ` Segher Boessenkool
[not found] ` <54889.84.105.60.153.1256143282.squirrel-JorI+TVEvZrY24RiXHRV3ti2O/JbrIOy@public.gmane.org>
2009-10-21 22:04 ` David Gibson
[not found] ` <20091021220413.GA12560-787xzQ0H9iRg7VrjXcPTGA@public.gmane.org>
2009-10-22 9:56 ` Stefan Roese [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=200910221156.48866.sr@denx.de \
--to=sr-ynqeqjnshbs@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@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.