diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-05-28 22:03:09 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-31 20:03:58 -0400 |
commit | f65c1982faca257053564e7ba6864ee9506f6a83 (patch) | |
tree | d41468ea85d27ecb429a759f764e3da44240b050 /arch/arm/mach-ux500/board-mop500.h | |
parent | 11a0b5f09c941ede301ed3eee59fd69c2b4850c2 (diff) |
ARM: ux500: New DT:ed u8500_init_devices for one-by-one device enablement
During Device Tree enablement it is necessary to remove
<hw_component>_add_<device> calls one at at time, as and when particular
devices are DT enabled. This patch provides a temporary solution. Once
the new *of_init_devices function has been fully unpopulated it will be
removed again.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.h')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.h b/arch/arm/mach-ux500/board-mop500.h index bc44c07c71a9..3be0cb8f8914 100644 --- a/arch/arm/mach-ux500/board-mop500.h +++ b/arch/arm/mach-ux500/board-mop500.h | |||
@@ -92,4 +92,7 @@ void __init hrefv60_pinmaps_init(void); | |||
92 | void mop500_uib_i2c_add(int busnum, struct i2c_board_info *info, | 92 | void mop500_uib_i2c_add(int busnum, struct i2c_board_info *info, |
93 | unsigned n); | 93 | unsigned n); |
94 | 94 | ||
95 | /* TODO: Once all pieces are DT:ed, remove completely. */ | ||
96 | struct device * __init u8500_of_init_devices(void); | ||
97 | |||
95 | #endif | 98 | #endif |