2013-05-15 09:51:50

by Lee Jones

[permalink] [raw]
Subject: [PATCH 27/39] 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 <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
---
arch/arm/mach-ux500/cpu-db8500.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c
index e20bc10..f1e7a75 100644
--- a/arch/arm/mach-ux500/cpu-db8500.c
+++ b/arch/arm/mach-ux500/cpu-db8500.c
@@ -221,8 +221,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);


2013-05-30 08:44:16

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH 27/39] ARM: ux500: Remove ux500-musb platform registation when booting with DT

On Wed, May 15, 2013 at 11:51 AM, Lee Jones <[email protected]> wrote:

> 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 <[email protected]>
> Signed-off-by: Lee Jones <[email protected]>

Patch applied to my ux500-dma40 branch on top of the musb
stuff.

Yours,
Linus Walleij