Re: Device tree bindings for linux ramoops use
From: Olof Johansson <hidden>
Date: 2012-01-06 16:28:51
On Thu, Jan 5, 2012 at 11:22 PM, Mitch Bradley [off-list ref] wrote:
On 1/5/2012 6:39 PM, Olof Johansson wrote:quoted
Hi, I'm considering how to best describe the data that ramoops needs in the device tree. The idea is really about describing a memory area that is (likely to be) nonvolatile across reboots. Said area is not to be included in the regular memory map of the system (i.e. not covered by /memory). I have a few options on where to do it. It's not really a hardware device per se, so it's a gray area for the device tree alltogether. How about something like? compatible = "linux,ramoops" linux,ramoops-start =<start address of preserved ram> linux,ramoops-size = ... linux,ramoops-record-size = ... linux,ramoops-include-oopses = ... (this one is a bit of a corner case, it's truly a software setting -- probably leave it out) Anybody have a better idea?If it is addressable, it should appear as a device node underneath the node that creates the address space in which it appears, and the start and size should be described by a "reg" property.
A yes, of course. I got on the wrong track due to the lack of use of resources in the linux platform_driver. -Olof