* [PATCH] imx35: add base addresses for I2C and SDHC
@ 2010-10-01 3:21 Marc Reilly
2010-10-01 7:27 ` Robert Schwebel
0 siblings, 1 reply; 4+ messages in thread
From: Marc Reilly @ 2010-10-01 3:21 UTC (permalink / raw)
To: barebox
Signed-off-by: Marc Reilly <marc@cpdesign.com.au>
---
arch/arm/mach-imx/include/mach/imx35-regs.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-imx/include/mach/imx35-regs.h b/arch/arm/mach-imx/include/mach/imx35-regs.h
index c394a2a..b24674c 100644
--- a/arch/arm/mach-imx/include/mach/imx35-regs.h
+++ b/arch/arm/mach-imx/include/mach/imx35-regs.h
@@ -46,6 +46,11 @@
#define IMX_NFC_BASE 0xBB000000
#define IMX_FEC_BASE 0x50038000
#define IMX_I2C1_BASE 0x43F80000
+#define IMX_I2C2_BASE 0x43F98000
+#define IMX_IC23_BASE 0x43F84000
+#define IMX_SDHC1_BASE 0x53FB4000
+#define IMX_SDHC2_BASE 0x53FB8000
+#define IMX_SDHC3_BASE 0x53FBC000
/*
* Clock Controller Module (CCM)
--
1.7.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] imx35: add base addresses for I2C and SDHC
2010-10-01 3:21 [PATCH] imx35: add base addresses for I2C and SDHC Marc Reilly
@ 2010-10-01 7:27 ` Robert Schwebel
2010-10-01 7:42 ` Marc Reilly
0 siblings, 1 reply; 4+ messages in thread
From: Robert Schwebel @ 2010-10-01 7:27 UTC (permalink / raw)
To: Marc Reilly; +Cc: barebox
On Fri, Oct 01, 2010 at 01:21:37PM +1000, Marc Reilly wrote:
> Signed-off-by: Marc Reilly <marc@cpdesign.com.au>
> ---
> arch/arm/mach-imx/include/mach/imx35-regs.h | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-imx/include/mach/imx35-regs.h b/arch/arm/mach-imx/include/mach/imx35-regs.h
> index c394a2a..b24674c 100644
> --- a/arch/arm/mach-imx/include/mach/imx35-regs.h
> +++ b/arch/arm/mach-imx/include/mach/imx35-regs.h
> @@ -46,6 +46,11 @@
> #define IMX_NFC_BASE 0xBB000000
> #define IMX_FEC_BASE 0x50038000
> #define IMX_I2C1_BASE 0x43F80000
> +#define IMX_I2C2_BASE 0x43F98000
> +#define IMX_IC23_BASE 0x43F84000
^^^^
Shouldn't that be I2C3?
rsc
> +#define IMX_SDHC1_BASE 0x53FB4000
> +#define IMX_SDHC2_BASE 0x53FB8000
> +#define IMX_SDHC3_BASE 0x53FBC000
>
> /*
> * Clock Controller Module (CCM)
> --
> 1.7.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] imx35: add base addresses for I2C and SDHC
2010-10-01 7:27 ` Robert Schwebel
@ 2010-10-01 7:42 ` Marc Reilly
2010-10-01 8:02 ` Sascha Hauer
0 siblings, 1 reply; 4+ messages in thread
From: Marc Reilly @ 2010-10-01 7:42 UTC (permalink / raw)
To: Robert Schwebel; +Cc: barebox
> > --- a/arch/arm/mach-imx/include/mach/imx35-regs.h
> > +++ b/arch/arm/mach-imx/include/mach/imx35-regs.h
> > @@ -46,6 +46,11 @@
> >
> > #define IMX_NFC_BASE 0xBB000000
> > #define IMX_FEC_BASE 0x50038000
> > #define IMX_I2C1_BASE 0x43F80000
> >
> > +#define IMX_I2C2_BASE 0x43F98000
> > +#define IMX_IC23_BASE 0x43F84000
>
> ^^^^
> Shouldn't that be I2C3?
>
> rsc
Ouch, how embarrassing.
Please ignore this for the moment. I'll resubmit later, but it's a sunny
friday afternoon and the outside is calling.
Cheers,
Marc
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] imx35: add base addresses for I2C and SDHC
2010-10-01 7:42 ` Marc Reilly
@ 2010-10-01 8:02 ` Sascha Hauer
0 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2010-10-01 8:02 UTC (permalink / raw)
To: Marc Reilly; +Cc: barebox
On Fri, Oct 01, 2010 at 05:42:37PM +1000, Marc Reilly wrote:
>
> > > --- a/arch/arm/mach-imx/include/mach/imx35-regs.h
> > > +++ b/arch/arm/mach-imx/include/mach/imx35-regs.h
> > > @@ -46,6 +46,11 @@
> > >
> > > #define IMX_NFC_BASE 0xBB000000
> > > #define IMX_FEC_BASE 0x50038000
> > > #define IMX_I2C1_BASE 0x43F80000
> > >
> > > +#define IMX_I2C2_BASE 0x43F98000
> > > +#define IMX_IC23_BASE 0x43F84000
> >
> > ^^^^
> > Shouldn't that be I2C3?
> >
> > rsc
>
> Ouch, how embarrassing.
>
> Please ignore this for the moment. I'll resubmit later, but it's a sunny
> friday afternoon and the outside is calling.
I just fixed it up. It's a rainy friday morning here ;)
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-10-01 8:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-01 3:21 [PATCH] imx35: add base addresses for I2C and SDHC Marc Reilly
2010-10-01 7:27 ` Robert Schwebel
2010-10-01 7:42 ` Marc Reilly
2010-10-01 8:02 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox