Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342372
b: refs/heads/master
c: e13316d
h: refs/heads/master
v: v3
  • Loading branch information
Lee Jones committed Nov 27, 2012
1 parent 8305111 commit 7dc9647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d3fed7bd60eb4a45afe43c6e8dfc592a30e7e33f
refs/heads/master: e13316d60658aee7987b51025f342649baa33487
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-ux500/cpu-db8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ struct device * __init u8500_init_devices(struct ab8500_platform_data *ab8500)
db8500_add_usb(parent, usb_db8500_rx_dma_cfg, usb_db8500_tx_dma_cfg);

platform_device_register_data(parent,
"cpufreq-u8500", -1, NULL, 0);
"cpufreq-ux500", -1, NULL, 0);

for (i = 0; i < ARRAY_SIZE(platform_devs); i++)
platform_devs[i]->dev.parent = parent;
Expand All @@ -244,7 +244,7 @@ static struct device * __init u8500_of_init_devices(void)
db8500_add_usb(parent, usb_db8500_rx_dma_cfg, usb_db8500_tx_dma_cfg);

platform_device_register_data(parent,
"cpufreq-u8500", -1, NULL, 0);
"cpufreq-ux500", -1, NULL, 0);

u8500_dma40_device.dev.parent = parent;

Expand Down

0 comments on commit 7dc9647

Please sign in to comment.