ARM: mx5: clock-imx51: make *ipg clocks secondary clocks of their corresponding perip...
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 25 Aug 2010 09:56:26 +0000 (11:56 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Fri, 1 Oct 2010 07:33:04 +0000 (09:33 +0200)
commit8f6e900a661881f9585d9b3a7173a44020c3c0b2
tree756de76aa2be39577ec895e1569748bf6d2eb254
parent63a7c6d7507ed6f4ea24a8ed008efa1bb22a2a97
ARM: mx5: clock-imx51: make *ipg clocks secondary clocks of their corresponding peripheral clocks

Currently the uarts and timer only work because they are
turned on by reset default. Make them secondary clocks
of their corresponding peripheral clocks to make sure they
are turned on when necessary. Also, register some clocks
to get rid of compiler warnings

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx5/clock-mx51.c