diff options
-rw-r--r-- | arch/arm/mach-ux500/cpu-db8500.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 04244b081a47..33275eb4c689 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c | |||
@@ -140,7 +140,6 @@ static struct platform_device *platform_devs[] __initdata = { | |||
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, | 142 | &db8500_pmu_device, |
143 | &db8500_prcmu_device, | ||
144 | }; | 143 | }; |
145 | 144 | ||
146 | static resource_size_t __initdata db8500_gpio_base[] = { | 145 | static resource_size_t __initdata db8500_gpio_base[] = { |
@@ -251,7 +250,7 @@ struct device * __init u8500_of_init_devices(void) | |||
251 | * Devices to be DT:ed: | 250 | * Devices to be DT:ed: |
252 | * u8500_dma40_device = todo | 251 | * u8500_dma40_device = todo |
253 | * db8500_pmu_device = todo | 252 | * db8500_pmu_device = todo |
254 | * db8500_prcmu_device = todo | 253 | * db8500_prcmu_device = done |
255 | */ | 254 | */ |
256 | platform_add_devices(of_platform_devs, ARRAY_SIZE(of_platform_devs)); | 255 | platform_add_devices(of_platform_devs, ARRAY_SIZE(of_platform_devs)); |
257 | 256 | ||