ARM: LPC32xx: clock.c: Clock registration fixes
authorRoland Stigge <stigge@antcom.de>
Wed, 8 Feb 2012 20:41:03 +0000 (21:41 +0100)
committerOlof Johansson <olof@lixom.net>
Thu, 9 Feb 2012 23:55:50 +0000 (15:55 -0800)
commitd35dfa59a3101095228e0a5ed2dda33fc870b50d
treee9e4b475c924e828e4973c14206c6e959b2bffff
parentf40a6818857e00c1d0ecec9af832f46a83f12f53
ARM: LPC32xx: clock.c: Clock registration fixes

This patch adjusts the clock registration list, ported from the latest version
of Kevin Wells' latest version of clock.c: i2s0_ck, i2s1_ck and dev:mmc0 have
NULL pointers associated as the .dev_id and .con_id, respectively. The old
values were not useful.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Kevin Wells <kevin.wells@nxp.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-lpc32xx/clock.c