Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326889
b: refs/heads/master
c: 38cd8c5
h: refs/heads/master
i:
  326887: 15c1102
v: v3
  • Loading branch information
Lee Jones committed Sep 20, 2012
1 parent 4311426 commit f30eb11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d582cb0bef9d9556ba2a06b2fb9c3ebb5274668c
refs/heads/master: 38cd8c5d7561c01619959f09099c7430420c4008
10 changes: 2 additions & 8 deletions trunk/arch/arm/mach-ux500/cpu-db8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ static struct platform_device *platform_devs[] __initdata = {
&db8500_prcmu_device,
};

static struct platform_device *of_platform_devs[] __initdata = {
&u8500_dma40_device,
};

static resource_size_t __initdata db8500_gpio_base[] = {
U8500_GPIOBANK0_BASE,
U8500_GPIOBANK1_BASE,
Expand Down Expand Up @@ -235,7 +231,6 @@ struct device * __init u8500_init_devices(struct ab8500_platform_data *ab8500)
struct device * __init u8500_of_init_devices(void)
{
struct device *parent;
int i;

parent = db8500_soc_device_init();

Expand All @@ -244,16 +239,15 @@ struct device * __init u8500_of_init_devices(void)
platform_device_register_data(parent,
"cpufreq-u8500", -1, NULL, 0);

for (i = 0; i < ARRAY_SIZE(of_platform_devs); i++)
of_platform_devs[i]->dev.parent = parent;
u8500_dma40_device.dev.parent = parent;

/*
* Devices to be DT:ed:
* u8500_dma40_device = todo
* db8500_pmu_device = done
* db8500_prcmu_device = done
*/
platform_add_devices(of_platform_devs, ARRAY_SIZE(of_platform_devs));
platform_device_register(&u8500_dma40_device);

return parent;
}

0 comments on commit f30eb11

Please sign in to comment.