From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Thu, 27 Aug 2009 09:45:48 -0500 Subject: [U-Boot] [RFC] OMAP3: make TWL4030 optional for MMC driver In-Reply-To: <20090827143137.GA29445@ultratronik.de> References: <1251379448-29356-1-git-send-email-mludwig@ultratronik.de> <4A968D39.1030900@windriver.com> <4A96933D.7050706@googlemail.com> <20090827143137.GA29445@ultratronik.de> Message-ID: <4A969C1C.9050604@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Send me the patch, I will test it. Tom Matthias Ludwig wrote: >>> Maybe it would be better if the power_init function was removed from >>> the common file and moved to the individual board files. What do you >>> think ? >>> Tom >>> >> Yes, sounds like a good idea. >> > > I also agree, looks like the more generic approach. > > Do you expect any problem when moving the call to twl4030_power_mmc_init > into misc_init_r (in board/omap3/*/*.c) (of course bellow I2C init)? > > In a quick test it seem to work (at least compiles fine), but i cannot > test it at the moment due to lack of hardware. > > best regards, > Matthias >