mx25: properly initialize clocks
authorBaruch Siach <baruch@tkos.co.il>
Mon, 25 Jan 2010 10:58:20 +0000 (12:58 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 26 Jan 2010 17:54:06 +0000 (18:54 +0100)
commit828df43f139c7fbf0d505c7b9a666d321a0f2c25
tree7b347b084da6499dd937ffc8a4d920d55d2fbe28
parentfadc095622dd188cae88eb2f3ff28fd6e9d2d2f1
mx25: properly initialize clocks

This patch disables all unnecessary clock in mx25_clocks_init() to make a clean
start, the same as is being done for the rest of the i.MX chips.

This patch was tested on i.MX25 PDK.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx25/clock.c