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' ?
- k