[linux-yocto] [PATCH 36/94] arm/mach-axxia: Don't try to initialize pcie late.

Bruce Ashfield bruce.ashfield at windriver.com
Sat Nov 9 06:27:57 PST 2013


On 11/7/2013, 8:12 PM, Paul Butler wrote:
> From: John Jacques <john.jacques at lsi.com>
>
> This needs to be done earlier.
>
> Signed-off-by: John Jacques <john.jacques at lsi.com>
> ---
>   arch/arm/mach-axxia/axxia.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-axxia/axxia.c b/arch/arm/mach-axxia/axxia.c
> index 5d4f586..a54aeb7 100644
> --- a/arch/arm/mach-axxia/axxia.c
> +++ b/arch/arm/mach-axxia/axxia.c
> @@ -237,7 +237,7 @@ void __init axxia_dt_init(void)
>   		writel(0x1F, ssp_base+0x30);
>   	}
>
> -	axxia_pcie_init();
> +	/*axxia_pcie_init();*/

remove it completely. And where's the patch that makes it earlier ?

Bruce

>
>   #ifdef CONFIG_I2C
>   	axxia_register_i2c_busses();
>




More information about the linux-yocto mailing list