diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-05-15 10:51:50 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-06-04 11:12:05 +0200 |
commit | d4999b19d96decc48eb456b0a33be0e6dc5d793b (patch) | |
tree | e8fae7c34e892361b7dacabdb13d3609c4698935 /arch/arm/mach-ux500 | |
parent | 313bdb11e52a301aa7f6f8729a87ff0908785163 (diff) | |
download | talos-op-linux-d4999b19d96decc48eb456b0a33be0e6dc5d793b.tar.gz talos-op-linux-d4999b19d96decc48eb456b0a33be0e6dc5d793b.zip |
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>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r-- | arch/arm/mach-ux500/cpu-db8500.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 959a105d2ba7..fbe1fb88b379 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/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; } |