From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/5] arm: dts: lpc32xx: fix improper usage of ranges property
Date: Wed, 14 Oct 2015 16:13:39 +0200 [thread overview]
Message-ID: <5357564.jvp0TcMCq9@wuerfel> (raw)
In-Reply-To: <561E619E.9020504@mleia.com>
On Wednesday 14 October 2015 17:07:26 Vladimir Zapolskiy wrote:
> On 14.10.2015 16:52, Arnd Bergmann wrote:
> > On Wednesday 14 October 2015 02:13:49 Vladimir Zapolskiy wrote:
> >> Ok, practically it should work for my purposes, but the change must be
> >> done along with added EMC device node description.
> >>
> >> I'm not so confident that it is correct to add description of static
> >> memory banks to ahb node though, please give me a short confirmation,
> >
> > The DT should reflect whichever memory ranges are accessible
> > on the bus. I've looked up the memory map in the data sheet, and
> > I think a reasonable representation would be
> >
> > /ahb {
> > ranges = <0x20000000 0x20000000 0x10000000>, /* AHB port 5 */
> > <0x30000000 0x30000000 0x10000000>, /* AHB port 6 */
> > <0x40000000 0x40000000 0x10000000>, /* AHB port 7 */
> > <0x80000000 0x80000000 0x40000000>, /* EMC DYCS0/1 */
> > <0xE0000000 0xE0000000 0x04000000>; /* EMC CS0-3 */
> >
> > apb {
> > ranges = <0x20080000 0x20080000 0x00020000>;
> > };
> >
> > };
>
> A simpler version of this change in /ahb I successfully tested with EMC
> yesterday:
>
> - ranges = <0x20000000 0x20000000 0x30000000>;
> + ranges = <0x20000000 0x20000000 0x30000000
> + 0xe0000000 0xe0000000 0x04000000>;
Ok, but please write this as
ranges = <0x20000000 0x20000000 0x30000000>,
<0xe0000000 0xe0000000 0x04000000>;
The binary is identical, it's just more structured.
> >> then I'll send a change for inclusion of EMC description -- the one
> >> above excluding clocks and clock-names properties, work on CCF is in
> >> progress.
> >
> > Ah, very nice! That should get us very close to multiplatform support!
> > I've just tried building lpc32xx without the headers to check for
> > other issues, and ended up with the patch below to get it building.
> > It's clearly wrong, but it highlights a number of issues.
>
> Sure, I'll review the highlighted problems, thanks.
Thanks!
Arnd
next prev parent reply other threads:[~2015-10-14 14:13 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-12 23:54 [PATCH 0/5] arm: dts: lpc32xx: fixes and updates to lpc32xx.dtsi Vladimir Zapolskiy
2015-10-12 23:54 ` [PATCH 1/5] arm: dts: lpc32xx: change include syntax to be C preprocessor friendly Vladimir Zapolskiy
2015-10-12 23:54 ` [PATCH 2/5] arm: dts: lpc32xx: fix improper usage of ranges property Vladimir Zapolskiy
2015-10-13 12:44 ` Arnd Bergmann
2015-10-13 15:51 ` Vladimir Zapolskiy
2015-10-13 19:36 ` Arnd Bergmann
2015-10-13 23:13 ` Vladimir Zapolskiy
2015-10-14 13:52 ` Arnd Bergmann
2015-10-14 14:07 ` Vladimir Zapolskiy
2015-10-14 14:13 ` Arnd Bergmann [this message]
2015-10-14 17:23 ` Joachim Eastwood
2015-10-14 20:07 ` Arnd Bergmann
2015-10-14 21:15 ` Joachim Eastwood
2015-10-12 23:54 ` [PATCH 3/5] arm: dts: lpc32xx: add labels to all defined peripheral nodes Vladimir Zapolskiy
2015-10-12 23:54 ` [PATCH 4/5] arm: dts: lpc32xx: remove unneeded cell settings from cpus Vladimir Zapolskiy
2015-10-13 8:18 ` Joachim Eastwood
2015-10-13 10:03 ` Vladimir Zapolskiy
2015-10-13 16:20 ` [PATCH v2 4/5] arm: dts: lpc32xx: add reg property to cpu device node Vladimir Zapolskiy
2015-10-12 23:54 ` [PATCH 5/5] arm: dts: lpc32xx: add device node for the second pwm controller Vladimir Zapolskiy
2015-10-14 18:04 ` Joachim Eastwood
2015-10-15 10:25 ` Vladimir Zapolskiy
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=5357564.jvp0TcMCq9@wuerfel \
--to=arnd@arndb.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).