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>
Fri, 10 Feb 2012 00:00:34 +0000 (16:00 -0800)
commit2cfd42b2ac29132563c145e7c6f93bce6bc0e131
treee9e4b475c924e828e4973c14206c6e959b2bffff
parent2efee387dc7c3a6cca92f6e9250a464ae3f8aec8
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