On Thu, 12 Sep 2013 13:22:25 -0500, Kumar Gala galak@codeaurora.org wrote:
On Sep 9, 2013, at 11:01 AM, Grant Likely wrote:
The generic form for do-not-touch memory: compatible = "reserved-memory";
- I've dropped '-region' because I think it is redundant
- The kernel will not make use of this memory except for when a driver picks it up
For contiguous memory: compatible = "contiguous-memory", "reserved-memory"
Should the phandle references still be 'memory-region' ?
I would think so.
It is only redundent in the reserved region node because the binding says the node is a child of the "reserved-regions" node. :-)
g.