All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm, davinci: add missing LSPC define for MMC/SD1
@ 2011-09-28  5:40 Heiko Schocher
  2011-09-29 10:05 ` Laurence Withers
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Schocher @ 2011-09-28  5:40 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Paulraj Sandeep <s-paulraj@ti.com>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
---
 arch/arm/include/asm/arch-davinci/hardware.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/include/asm/arch-davinci/hardware.h b/arch/arm/include/asm/arch-davinci/hardware.h
index 24ae49d..a6cb07c 100644
--- a/arch/arm/include/asm/arch-davinci/hardware.h
+++ b/arch/arm/include/asm/arch-davinci/hardware.h
@@ -260,6 +260,7 @@ typedef volatile unsigned int *	dv_reg_p;
 #define DAVINCI_LPSC_UART2		(DAVINCI_LPSC_PSC1_BASE + 13)
 #define DAVINCI_LPSC_LCDC		(DAVINCI_LPSC_PSC1_BASE + 16)
 #define DAVINCI_LPSC_ePWM		(DAVINCI_LPSC_PSC1_BASE + 17)
+#define DAVINCI_LPSC_MMCSD1		(DAVINCI_LPSC_PSC1_BASE + 18)
 #define DAVINCI_LPSC_eCAP		(DAVINCI_LPSC_PSC1_BASE + 20)
 #define DAVINCI_LPSC_L3_CBA_RAM		(DAVINCI_LPSC_PSC1_BASE + 31)
 
-- 
1.7.6

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

* [U-Boot] [PATCH] arm, davinci: add missing LSPC define for MMC/SD1
  2011-09-28  5:40 [U-Boot] [PATCH] arm, davinci: add missing LSPC define for MMC/SD1 Heiko Schocher
@ 2011-09-29 10:05 ` Laurence Withers
  2011-09-29 10:17   ` Heiko Schocher
  0 siblings, 1 reply; 3+ messages in thread
From: Laurence Withers @ 2011-09-29 10:05 UTC (permalink / raw)
  To: u-boot

On Wed, Sep 28, 2011 at 07:40:41AM +0200, Heiko Schocher wrote:
> diff --git a/arch/arm/include/asm/arch-davinci/hardware.h b/arch/arm/include/asm/arch-davinci/hardware.h
> index 24ae49d..a6cb07c 100644
> --- a/arch/arm/include/asm/arch-davinci/hardware.h
> +++ b/arch/arm/include/asm/arch-davinci/hardware.h
> @@ -260,6 +260,7 @@ typedef volatile unsigned int *	dv_reg_p;
>  #define DAVINCI_LPSC_UART2		(DAVINCI_LPSC_PSC1_BASE + 13)
>  #define DAVINCI_LPSC_LCDC		(DAVINCI_LPSC_PSC1_BASE + 16)
>  #define DAVINCI_LPSC_ePWM		(DAVINCI_LPSC_PSC1_BASE + 17)
> +#define DAVINCI_LPSC_MMCSD1		(DAVINCI_LPSC_PSC1_BASE + 18)
>  #define DAVINCI_LPSC_eCAP		(DAVINCI_LPSC_PSC1_BASE + 20)
>  #define DAVINCI_LPSC_L3_CBA_RAM		(DAVINCI_LPSC_PSC1_BASE + 31)

Dear Heiko,

DAVINCI_LPSC_MMC_SD1 already exists; look a few lines further down, under
/* DA850-specific peripherals */ .

This was added in commit 732590b3.

Bye for now,
-- 
Laurence Withers, <lwithers@guralp.com>                http://www.guralp.com/
Direct tel:+447753988197 or tel:+443333408643               Software Engineer
General support queries: <support@guralp.com>         CMG-DCM CMG-EAM CMG-NAM

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

* [U-Boot] [PATCH] arm, davinci: add missing LSPC define for MMC/SD1
  2011-09-29 10:05 ` Laurence Withers
@ 2011-09-29 10:17   ` Heiko Schocher
  0 siblings, 0 replies; 3+ messages in thread
From: Heiko Schocher @ 2011-09-29 10:17 UTC (permalink / raw)
  To: u-boot

Hello Laurence,

Laurence Withers wrote:
> On Wed, Sep 28, 2011 at 07:40:41AM +0200, Heiko Schocher wrote:
>> diff --git a/arch/arm/include/asm/arch-davinci/hardware.h b/arch/arm/include/asm/arch-davinci/hardware.h
>> index 24ae49d..a6cb07c 100644
>> --- a/arch/arm/include/asm/arch-davinci/hardware.h
>> +++ b/arch/arm/include/asm/arch-davinci/hardware.h
>> @@ -260,6 +260,7 @@ typedef volatile unsigned int *	dv_reg_p;
>>  #define DAVINCI_LPSC_UART2		(DAVINCI_LPSC_PSC1_BASE + 13)
>>  #define DAVINCI_LPSC_LCDC		(DAVINCI_LPSC_PSC1_BASE + 16)
>>  #define DAVINCI_LPSC_ePWM		(DAVINCI_LPSC_PSC1_BASE + 17)
>> +#define DAVINCI_LPSC_MMCSD1		(DAVINCI_LPSC_PSC1_BASE + 18)
>>  #define DAVINCI_LPSC_eCAP		(DAVINCI_LPSC_PSC1_BASE + 20)
>>  #define DAVINCI_LPSC_L3_CBA_RAM		(DAVINCI_LPSC_PSC1_BASE + 31)
> 
> Dear Heiko,
> 
> DAVINCI_LPSC_MMC_SD1 already exists; look a few lines further down, under
> /* DA850-specific peripherals */ .
> 
> This was added in commit 732590b3.

Indeed, missed this ... thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

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

end of thread, other threads:[~2011-09-29 10:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-28  5:40 [U-Boot] [PATCH] arm, davinci: add missing LSPC define for MMC/SD1 Heiko Schocher
2011-09-29 10:05 ` Laurence Withers
2011-09-29 10:17   ` Heiko Schocher

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.