[PATCH 0/3] patches to allow DTB to be appended to the ARM zImage
From: Grant Likely <hidden>
Date: 2011-06-14 22:06:32
Also in:
linux-devicetree
From: Grant Likely <hidden>
Date: 2011-06-14 22:06:32
Also in:
linux-devicetree
On Tue, Jun 14, 2011 at 3:42 PM, Arnd Bergmann [off-list ref] wrote:
On Tuesday 14 June 2011 23:21:52 Nicolas Pitre wrote:quoted
Otherwise, if the revision number is effectively non probable, then I would guess it is the device tree's purpose to carry that information somehow, right? ?Maybe this can be appended to the board name string?That's what I meant with adding it to "compatible", which is a list of strings with varying degrees of detailed information, e.g. ?ti,omap7 ?ti,omap7-squirrelboard ?ti,omap7-squirrelboard-v3 ?ti,omap7-squirrelboard-v3.17b You can match the list against a specific revision or a less specific identifier if you just want to know whether you are on a squirrelboard or a hamsterboard.
Yes, that's generally the right way to handle it. In practice I've not seen many cases where it is really required, but it doesn't hurt if somebody wants to include it in the DT for their board. g.