[PATCH 2/3] ARM: OMAP3+: PM: introduce a central pmic control
From: Tero Kristo <hidden>
Date: 2012-05-07 13:24:18
Also in:
linux-omap
On Mon, 2012-05-07 at 17:30 +0530, Vishwanath Sripathy wrote:
Hi Tero,quoted
-----Original Message----- From: linux-omap-owner at vger.kernel.org [mailto:linux-omap- owner at vger.kernel.org] On Behalf Of Tero Kristo Sent: Friday, May 04, 2012 7:27 PM To: linux-omap at vger.kernel.org; khilman at ti.com Cc: linux-arm-kernel at lists.infradead.org; Nishanth Menon Subject: [PATCH 2/3] ARM: OMAP3+: PM: introduce a central pmic control From: Nishanth Menon <nm@ti.com> Since we are starting to use multiple PMICs in various combinations, use the existing .omap_chip = OMAP_CHIP_INIT() to mark the structures we are interested in using per OMAP device we are currently running on. This mapping is based on the default device recommendations from TI. Boards using custom PMICs now have an opportunity to register their own custom mapping. With this we no longer need omap4_twl_init and omap3_twl_int instead we introduce a registration mechanism which is PMIC generic and move twl implementation to use the same. This allows for future OMAP4460 support where there is a mixture of PMIC combinations used.In this patch, you seem to be tying PMIC configuration with a OMAP version which I think is not quite appropriate. Rather it should be a board dependent parameter. We have many boards based on 4460 chip with different PMICs. This implementation will not be able to support all such configurations.
The ICS tree contains tweaks for this purpose, allowing the mapping to be modified during init time by board files. This should only be the default setup, and once support for boards that do not use default setup is added, we should modify this. However, if someone can provide me specs how the multi PMIC support should actually work, I am willing to implement this. -Tero