mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
puppy: remove temporary workaround in pmu chipset startup
This was temporary until bug 18778 was fixed - which it was, a while ago. BUG=chrome-os-partner:23425 BRANCH=none TEST=build puppy Change-Id: I053867dcb1c3e74d0c09ac98a5c218bdca925317 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/173799 Reviewed-by: Jeremy Thorpe <jeremyt@chromium.org> Reviewed-by: Vic Yang <victoryang@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
2f327fbfa6
commit
ba0b7bf32d
@@ -621,20 +621,7 @@ static void pmu_chipset_startup(void)
|
||||
{
|
||||
pmu_init();
|
||||
|
||||
#if defined(BOARD_puppy)
|
||||
/* Enable all FETs.
|
||||
*
|
||||
* TODO: This is temporary code; remove when I2C passthru is working
|
||||
* (crosbug.com/p/18778).
|
||||
*/
|
||||
{
|
||||
int i;
|
||||
int pgood;
|
||||
|
||||
for (i = 1; i <= 7; i++)
|
||||
pmu_enable_fet(i, 1, &pgood);
|
||||
}
|
||||
#elif defined(BOARD_pit)
|
||||
#ifdef BOARD_pit
|
||||
/* Enable FET4 by default which allows for SD Card booting */
|
||||
{
|
||||
int pgood;
|
||||
|
||||
Reference in New Issue
Block a user