clocksource/imx: Define clocksource for mx27
authorPhilippe Reynes <tremyfr@gmail.com>
Sat, 27 Jun 2015 21:11:44 +0000 (23:11 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 7 Jul 2015 08:44:45 +0000 (10:44 +0200)
commit747d34e7313034768aac83d679db43cedc5ab778
treececb8ac573b187af2e10af006507b6efd3ff1a42
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754
clocksource/imx: Define clocksource for mx27

The rework of the imx clocksource driver missed to add an entry for
imx27 which results in a boot failure on those machines.

Add the proper CLOCKSOURCE_OF_DECLARE() entry for imx27 and map it to
the imx21 init.

Fixes: bef11c881ba5 'ARM: imx: initialize gpt device type for DT boot'
Signed-off-by: Philippe Reynes <tremyfr@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: daniel.lezcano@linaro.org
Cc: fabio.estevam@freescale.com
Cc: shawnguo@kernel.org
Cc: kernel@pengutronix.de
Link: http://lkml.kernel.org/r/1435439504-406-1-git-send-email-tremyfr@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/clocksource/timer-imx-gpt.c