[PATCH 1/2] TI816X: Add minimal hwmod data
From: Pedanekar, Hemant <hidden>
Date: 2011-08-04 17:23:57
Also in:
linux-omap
From: Pedanekar, Hemant <hidden>
Date: 2011-08-04 17:23:57
Also in:
linux-omap
Hi Paul, Paul Walmsley wrote on Saturday, July 16, 2011 1:38 PM:
Hello Hemant, On Wed, 13 Jul 2011, Pedanekar, Hemant wrote:quoted
Any comments on the hwmod and clock patch sets?I haven't forgotten about these patches. Here are a few questions:
Sorry I missed this mail.
- Are there are public documents about what interconnect is used on these chips? Is it a SonicsMX, an Arteris NOC, or something else?
I will get back to you on this.
- It looks like you've grouped the PRCM implementation with the existing OMAP3 PRCM code. But it appears to me, looking at the 816X TRM, that the register layout is closer to OMAP4 - the MODULEMODE bits, etc. Any comments on this?
You are correct. The register layout is closer to OMAP4 hence I have Used ".omap4" from PRCM data union field in struct omap_hwmod for Hwmod data. Thanks. Hemant