]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
ARM i.MX25: Add missing clock gates
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 9 Oct 2012 08:04:57 +0000 (10:04 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 12 Nov 2012 11:08:36 +0000 (12:08 +0100)
commitf6d3346f950f49b23c174931786d10d8aba51c8c
tree937c299298412f1a5e590d689981f53d570d31fc
parent53640f41b97792b0889bb70f26f99c06743162a1
ARM i.MX25: Add missing clock gates

This completes the list of clock gates on the i.MX25. There are
several clocks marked as reserved in the datasheet, but nevertheless
used in the Freescale kernel. Add some comments to their positions
and add 'reservedx' entries to the clk enum. This way we can replace
them with the real names should we need them later. Adding the reserved
entry names will help us keeping the clk numbers when moving to devicetree.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-imx/clk-imx25.c