]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 6606/1: sa1100: Fix platform device registration
authorJochen Friedrich <jochen@scram.de>
Mon, 3 Jan 2011 11:09:05 +0000 (12:09 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 3 Jan 2011 22:57:10 +0000 (22:57 +0000)
commita07404be7b2e00762e71af807b76468f7439651f
tree163a5f4a60e3994960453b108f4201a3609a9105
parentb9ecbe775aef157f6b65b894d40c7322cdc5a0c8
ARM: 6606/1: sa1100: Fix platform device registration

Since commit dfab70d238344e7c446b802db91108092774cd2a, simpad devices don't
boot anymore, since platform devices are registered too early. Fix by moving
the registration from map_io to arch_initcall as done on other sa1100 boards.

Signed-off-by: Jochen Friedrich <jochen@scram.de>
Acked-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-sa1100/simpad.c