All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bo Shen <voice.shen@atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: at91: sama5d3: add support for sama5d36 chip
Date: Tue, 5 Nov 2013 18:08:17 +0800	[thread overview]
Message-ID: <5278C391.2020508@atmel.com> (raw)
In-Reply-To: <1383635266-15780-1-git-send-email-josh.wu@atmel.com>

Hi Josh,

On 11/5/2013 15:07, Josh Wu wrote:
> The SAMA5D36 chip is the superset product of SAMA5D3x family.
>
> For detail information please refer to:
>    http://www.atmel.com/Microsite/sama5d3/default.aspx
>
> Signed-off-by: Josh Wu <josh.wu@atmel.com>
> ---
>   arch/arm/cpu/armv7/at91/sama5d3_devices.c |    4 +++-
>   arch/arm/include/asm/arch-at91/sama5d3.h  |    3 +++
>   2 files changed, 6 insertions(+), 1 deletion(-)

Acked-by: Bo Shen <voice.shen@atmel.com>

> diff --git a/arch/arm/cpu/armv7/at91/sama5d3_devices.c b/arch/arm/cpu/armv7/at91/sama5d3_devices.c
> index 51f0a6d..7ebee87 100644
> --- a/arch/arm/cpu/armv7/at91/sama5d3_devices.c
> +++ b/arch/arm/cpu/armv7/at91/sama5d3_devices.c
> @@ -15,7 +15,7 @@
>
>   unsigned int has_emac()
>   {
> -	return cpu_is_sama5d31() || cpu_is_sama5d35();
> +	return cpu_is_sama5d31() || cpu_is_sama5d35() || cpu_is_sama5d36();
>   }
>
>   unsigned int has_gmac()
> @@ -42,6 +42,8 @@ char *get_cpu_name()
>   			return "SAMA5D34";
>   		case ARCH_EXID_SAMA5D35:
>   			return "SAMA5D35";
> +		case ARCH_EXID_SAMA5D36:
> +			return "SAMA5D36";
>   		default:
>   			return "Unknown CPU type";
>   		}
> diff --git a/arch/arm/include/asm/arch-at91/sama5d3.h b/arch/arm/include/asm/arch-at91/sama5d3.h
> index 123a627..6d936f4 100644
> --- a/arch/arm/include/asm/arch-at91/sama5d3.h
> +++ b/arch/arm/include/asm/arch-at91/sama5d3.h
> @@ -79,6 +79,7 @@
>   #define ARCH_EXID_SAMA5D33	0x00414300
>   #define ARCH_EXID_SAMA5D34	0x00414301
>   #define ARCH_EXID_SAMA5D35	0x00584300
> +#define ARCH_EXID_SAMA5D36	0x00004301
>
>   #define cpu_is_sama5d3()	(get_chip_id() == ARCH_ID_SAMA5D3)
>   #define cpu_is_sama5d31()	(cpu_is_sama5d3() && \
> @@ -89,6 +90,8 @@
>   		(get_extension_chip_id() == ARCH_EXID_SAMA5D34))
>   #define cpu_is_sama5d35()	(cpu_is_sama5d3() && \
>   		(get_extension_chip_id() == ARCH_EXID_SAMA5D35))
> +#define cpu_is_sama5d36()	(cpu_is_sama5d3() && \
> +		(get_extension_chip_id() == ARCH_EXID_SAMA5D36))
>
>   /*
>    * User Peripherals physical base addresses.
>

Best Regards,
Bo Shen

  reply	other threads:[~2013-11-05 10:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-05  7:07 [U-Boot] [PATCH] ARM: at91: sama5d3: add support for sama5d36 chip Josh Wu
2013-11-05 10:08 ` Bo Shen [this message]
2013-11-13 21:22 ` [U-Boot] " Andreas Bießmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5278C391.2020508@atmel.com \
    --to=voice.shen@atmel.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.