]> bbs.cooldavid.org Git - net-next-2.6.git/commit
mx35: Fix boot ROM hang in internal boot mode
authorHans J. Koch <hjk@linutronix.de>
Thu, 12 Aug 2010 13:10:53 +0000 (15:10 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 17 Aug 2010 06:56:34 +0000 (08:56 +0200)
commit3d6e614952e3e4cf9e70e58893a740ffec220b24
treec5c6daa7993a38896bd0d46877ad95c8457a3ede
parentec53fe3d655befce6420a1b8485af9b1145a0c90
mx35: Fix boot ROM hang in internal boot mode

If a watchdog reset occurs after booting in internal boot mode, the i.MX35
won't boot anymore. The boot ROM code seems to assume that some clocks are
turned on (they are after a power-on reset). This patch turns on the
necessary clocks.

Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reported-by: John Ogness <jogness@linutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/clock-imx35.c