[U-Boot] [PATCH 1/2] Armada100: Adds SD/MMC Register definitions

Pantelis Antoniou panto at antoniou-consulting.com
Tue Sep 24 10:04:27 CEST 2013


Hi Ajay,

On Sep 24, 2013, at 11:02 AM, Ajay Bhargav wrote:

> This patch add SD/MMC interface register difinitions for Armada100
> series.
> 
> Signed-off-by: Ajay Bhargav <ajay.bhargav at einfochips.com>
> ---
> arch/arm/include/asm/arch-armada100/armada100.h | 10 ++++++++++
> 1 file changed, 10 insertions(+)
> 
> diff --git a/arch/arm/include/asm/arch-armada100/armada100.h b/arch/arm/include/asm/arch-armada100/armada100.h
> index d9feb16..81e4b8a 100644
> --- a/arch/arm/include/asm/arch-armada100/armada100.h
> +++ b/arch/arm/include/asm/arch-armada100/armada100.h
> @@ -27,6 +27,14 @@
> #define SSP2_APBCLK		0x01
> #define SSP2_FNCLK		0x02
> 
> +/* SD Clock/Reset Control Register Bit definition */
> +#define SD1_SD2_AXI_RESET	0x01
> +#define SD1_RESET		0x02
> +#define SD1_SD2_AXICLK_EN	0x08
> +#define SD1_CLK_EN		0x10
> +#define SD2_RESET		0x02
> +#define SD2_CLK_EN		0x10
> +
> /* USB Clock/reset control bits */
> #define USB_SPH_AXICLK_EN	0x10
> #define USB_SPH_AXI_RST		0x02
> @@ -53,6 +61,8 @@
> #define ARMD1_UART3_BASE	0xD4026000
> #define ARMD1_MPMU_BASE		0xD4050000
> #define ARMD1_USB_HOST_BASE	0xD4209000
> +#define ARMD1_SD1_BASE		0xD4280000
> +#define ARMD1_SD2_BASE		0xD4281000
> #define ARMD1_APMU_BASE		0xD4282800
> #define ARMD1_CPU_BASE		0xD4282C00
> 
> -- 
> 1.8.3.rc3
> 

Looks fine.

Acked-by: Pantelis Antoniou <panto at antoniou-consulting.com>

> *************************************************************************************************************************************************************
> eInfochips Business Disclaimer : This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated. Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.
> *************************************************************************************************************************************************************
> 
> 
> ---------------------------------------------------------------------------------------------
> Notice: 
> This message has been scanned by Trend Micro Mail Security scanner and is believed to be clean
> ---------------------------------------------------------------------------------------------



More information about the U-Boot mailing list