瀏覽代碼

ARM: ux500: Remove ux500-musb platform registation when booting with DT

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>
Lee Jones 12 年之前
父節點
當前提交
d4999b19d9
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      arch/arm/mach-ux500/cpu-db8500.c

+ 0 - 2
arch/arm/mach-ux500/cpu-db8500.c

@@ -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;
 }