lkml.org 
[lkml]   [2013]   [Feb]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 30/93] ARM: at91: rm9200: remake the BGA as default version
    Date
    3.5.7.5 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

    commit 36224d0fe0f34cdde66a381708853ebadeac799c upstream.

    Make BGA as the default version as we are supposed to just have
    to specify when we use the PQFP version.

    Issue was existing since commit:
    3e90772 (ARM: at91: fix at91rm9200 soc subtype handling).

    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
    Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
    Signed-off-by: Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
    ---
    arch/arm/mach-at91/setup.c | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/arch/arm/mach-at91/setup.c b/arch/arm/mach-at91/setup.c
    index 31bb13d..98c07d3 100644
    --- a/arch/arm/mach-at91/setup.c
    +++ b/arch/arm/mach-at91/setup.c
    @@ -104,6 +104,8 @@ static void __init soc_detect(u32 dbgu_base)
    switch (socid) {
    case ARCH_ID_AT91RM9200:
    at91_soc_initdata.type = AT91_SOC_RM9200;
    + if (at91_soc_initdata.subtype == AT91_SOC_SUBTYPE_NONE)
    + at91_soc_initdata.subtype = AT91_SOC_RM9200_BGA;
    at91_boot_soc = at91rm9200_soc;
    break;

    --
    1.7.9.5


    \
     
     \ /
      Last update: 2013-02-06 00:22    [W:7.400 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site