On Fri, Dec 02, 2011 at 02:32:59PM +0200, Peter Ujfalusi wrote:
As of now we receive all these information via OMAP hwmod. All the properties (addresses, irq, etc) of the HW IP will be coming from DT as soon as I can remove the ti,hwmod property.
Oh, right. We should really be churning the device tree like this - the idea is that the device tree should be stable and independant of kernel versions. It would be better if we were able to go straight to the one without hwmod, especially if Benoit is able to get the underlying changes done soon (which sounded like it might be the case). Could we define and implement the "real" version now (it should be reasonable to code blind except possibly for the DMA channel as it's such a direct mapping) with hwmod left in there as something that's legacy for old kernels?