* for muram in DTS file, why change #address-cells from <1> to <2>?
@ 2016-05-17 12:43 Robert P. J. Day
0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2016-05-17 12:43 UTC (permalink / raw)
To: Linux PPC Mailing List
currently working on a project involving MPC8360 board, and was
handed a patch to the system .dts file that contained the following
snippet for the muram node:
muram@10000 {
- #address-cells = <1>;
+ #address-cells = <2>;
#size-cells = <1>;
compatible = "fsl,qe-muram", "fsl,cpm-muram";
- ranges = <0 0x10000 0xc000>;
+ ranges = <0 0 0x10000 0xc000>;
data-only@0 {
compatible = "fsl,qe-muram-data","fsl,cpm-muram-data";
- reg = <0 0xc000>;
+ reg = <0 0x4000 0x4000>, <0 0x9400 0x1c00>;
};
};
i'm not a .dts file expert, but i'm baffled by the change in the
value of #address-cells. how does that make any sense? it seems to me
that that kind of change is a *really* fundamental change in the
specification of the underlying architecture.
can someone explain what that might mean? thanks.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-05-17 12:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-17 12:43 for muram in DTS file, why change #address-cells from <1> to <2>? Robert P. J. Day
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox