Re: [PATCH 5/5] ARM: ux500: Do not supply DMA platform data when booting u8540 platform

2013-03-22 Thread Lee Jones
On Fri, 22 Mar 2013, Arnd Bergmann wrote: > On Friday 22 March 2013, Lee Jones wrote: > > /* automatically probe child nodes of db8500 device */ > > of_platform_populate(NULL, u8500_local_bus_nodes, > > u8500_auxdata_lookup, parent); > > + > > + if

Re: [PATCH 5/5] ARM: ux500: Do not supply DMA platform data when booting u8540 platform

2013-03-22 Thread Arnd Bergmann
On Friday 22 March 2013, Lee Jones wrote: > /* automatically probe child nodes of db8500 device */ > of_platform_populate(NULL, u8500_local_bus_nodes, > u8500_auxdata_lookup, parent); > + > + if (of_machine_is_compatible("st-ericsson,u8540")) > +

[PATCH 5/5] ARM: ux500: Do not supply DMA platform data when booting u8540 platform

2013-03-22 Thread Lee Jones
The u8540 platform DMA settings are not currently supported. In this patch we ensure they are not passed to the serial driver during boot. This allows us to reach a terminal when booting with Device Tree enabled. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/cpu-db8500.c | 26

[PATCH 5/5] ARM: ux500: Do not supply DMA platform data when booting u8540 platform

2013-03-22 Thread Lee Jones
The u8540 platform DMA settings are not currently supported. In this patch we ensure they are not passed to the serial driver during boot. This allows us to reach a terminal when booting with Device Tree enabled. Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/mach-ux500/cpu-db8500.c

Re: [PATCH 5/5] ARM: ux500: Do not supply DMA platform data when booting u8540 platform

2013-03-22 Thread Arnd Bergmann
On Friday 22 March 2013, Lee Jones wrote: /* automatically probe child nodes of db8500 device */ of_platform_populate(NULL, u8500_local_bus_nodes, u8500_auxdata_lookup, parent); + + if (of_machine_is_compatible(st-ericsson,u8540)) +

Re: [PATCH 5/5] ARM: ux500: Do not supply DMA platform data when booting u8540 platform

2013-03-22 Thread Lee Jones
On Fri, 22 Mar 2013, Arnd Bergmann wrote: On Friday 22 March 2013, Lee Jones wrote: /* automatically probe child nodes of db8500 device */ of_platform_populate(NULL, u8500_local_bus_nodes, u8500_auxdata_lookup, parent); + + if