diff options
Diffstat (limited to 'arch/arm/mach-ux500/cpu-db8500.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu-db8500.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 33275eb4c689..c8dd94f606dc 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c | |||
@@ -139,7 +139,6 @@ static struct platform_device *platform_devs[] __initdata = { | |||
139 | 139 | ||
140 | static struct platform_device *of_platform_devs[] __initdata = { | 140 | static struct platform_device *of_platform_devs[] __initdata = { |
141 | &u8500_dma40_device, | 141 | &u8500_dma40_device, |
142 | &db8500_pmu_device, | ||
143 | }; | 142 | }; |
144 | 143 | ||
145 | static resource_size_t __initdata db8500_gpio_base[] = { | 144 | static resource_size_t __initdata db8500_gpio_base[] = { |
@@ -237,7 +236,6 @@ struct device * __init u8500_of_init_devices(void) | |||
237 | 236 | ||
238 | parent = db8500_soc_device_init(); | 237 | parent = db8500_soc_device_init(); |
239 | 238 | ||
240 | db8500_add_rtc(parent); | ||
241 | db8500_add_usb(parent, usb_db8500_rx_dma_cfg, usb_db8500_tx_dma_cfg); | 239 | db8500_add_usb(parent, usb_db8500_rx_dma_cfg, usb_db8500_tx_dma_cfg); |
242 | 240 | ||
243 | platform_device_register_data(parent, | 241 | platform_device_register_data(parent, |
@@ -249,7 +247,7 @@ struct device * __init u8500_of_init_devices(void) | |||
249 | /* | 247 | /* |
250 | * Devices to be DT:ed: | 248 | * Devices to be DT:ed: |
251 | * u8500_dma40_device = todo | 249 | * u8500_dma40_device = todo |
252 | * db8500_pmu_device = todo | 250 | * db8500_pmu_device = done |
253 | * db8500_prcmu_device = done | 251 | * db8500_prcmu_device = done |
254 | */ | 252 | */ |
255 | platform_add_devices(of_platform_devs, ARRAY_SIZE(of_platform_devs)); | 253 | platform_add_devices(of_platform_devs, ARRAY_SIZE(of_platform_devs)); |