public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] Armada100: Adds SD/MMC Register definitions
       [not found] <1380009764-16243-1-git-send-email-ajay.bhargav@einfochips.com>
@ 2013-09-24  8:04 ` Pantelis Antoniou
  0 siblings, 0 replies; 2+ messages in thread
From: Pantelis Antoniou @ 2013-09-24  8:04 UTC (permalink / raw)
  To: u-boot

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@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@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
> ---------------------------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH 1/2] Armada100: Adds SD/MMC Register definitions
       [not found] <1024864477.134784.1380802068403.JavaMail.root@ahm.einfochips.com>
@ 2013-10-03 12:10 ` Ajay Bhargav
  0 siblings, 0 replies; 2+ messages in thread
From: Ajay Bhargav @ 2013-10-03 12:10 UTC (permalink / raw)
  To: u-boot

----- "Pantelis Antoniou" <panto@antoniou-consulting.com> wrote:

> 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@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@antoniou-consulting.com>
> 
> >
> 

Hi Pantelis,

May I know, when are you going to update u-boot-mmc custodian?

Regards,
Ajay Bhargav

---------------------------------------------------------------------------------------------
Notice: 
This message has been scanned by Trend Micro Mail Security scanner and is believed to be clean
---------------------------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-03 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1024864477.134784.1380802068403.JavaMail.root@ahm.einfochips.com>
2013-10-03 12:10 ` [U-Boot] [PATCH 1/2] Armada100: Adds SD/MMC Register definitions Ajay Bhargav
     [not found] <1380009764-16243-1-git-send-email-ajay.bhargav@einfochips.com>
2013-09-24  8:04 ` Pantelis Antoniou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox