Skip to content

Commit

Permalink
ARM: ux500: Remove ux500-musb platform registation when booting with DT
Browse files Browse the repository at this point in the history
Now the ux500-musb driver has been enabled for Device Tree, there is no
requirement to register it from platform code.

Acked-by: Fabio Baltieri <fabio.baltieri@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Lee Jones authored and Linus Walleij committed Jun 4, 2013
1 parent 313bdb1 commit d4999b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-ux500/cpu-db8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ static struct device * __init u8500_of_init_devices(void)
{
struct device *parent = db8500_soc_device_init();

db8500_add_usb(parent, usb_db8500_dma_cfg, usb_db8500_dma_cfg);

return parent;
}

Expand Down

0 comments on commit d4999b1

Please sign in to comment.