* [PATCH] ARM: mach-mx5/mx53_ard: Add missing definition
@ 2011-06-24 18:07 Fabio Estevam
2011-06-25 8:33 ` Uwe Kleine-König
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2011-06-24 18:07 UTC (permalink / raw)
To: linux-arm-kernel
commit 9203d59 (ARM:mach-mx5/mx53_ard: Add I2C2 and I2C3 support) missed to include
the define for ARD_I2CPORTEXP_B.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
arch/arm/mach-mx5/board-mx53_ard.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-mx5/board-mx53_ard.c b/arch/arm/mach-mx5/board-mx53_ard.c
index 70ae25e..b94ddeb 100644
--- a/arch/arm/mach-mx5/board-mx53_ard.c
+++ b/arch/arm/mach-mx5/board-mx53_ard.c
@@ -38,6 +38,7 @@
#define ARD_ETHERNET_INT_B IMX_GPIO_NR(2, 31)
#define ARD_SD1_CD IMX_GPIO_NR(1, 1)
#define ARD_SD1_WP IMX_GPIO_NR(1, 9)
+#define ARD_I2CPORTEXP_B IMX_GPIO_NR(2, 3)
static iomux_v3_cfg_t mx53_ard_pads[] = {
/* UART1 */
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: mach-mx5/mx53_ard: Add missing definition
2011-06-24 18:07 [PATCH] ARM: mach-mx5/mx53_ard: Add missing definition Fabio Estevam
@ 2011-06-25 8:33 ` Uwe Kleine-König
0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2011-06-25 8:33 UTC (permalink / raw)
To: linux-arm-kernel
Hi Fabio,
On Fri, Jun 24, 2011 at 03:07:50PM -0300, Fabio Estevam wrote:
> commit 9203d59 (ARM:mach-mx5/mx53_ard: Add I2C2 and I2C3 support) missed to include
> the define for ARD_I2CPORTEXP_B.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> arch/arm/mach-mx5/board-mx53_ard.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-mx5/board-mx53_ard.c b/arch/arm/mach-mx5/board-mx53_ard.c
> index 70ae25e..b94ddeb 100644
> --- a/arch/arm/mach-mx5/board-mx53_ard.c
> +++ b/arch/arm/mach-mx5/board-mx53_ard.c
> @@ -38,6 +38,7 @@
> #define ARD_ETHERNET_INT_B IMX_GPIO_NR(2, 31)
> #define ARD_SD1_CD IMX_GPIO_NR(1, 1)
> #define ARD_SD1_WP IMX_GPIO_NR(1, 9)
> +#define ARD_I2CPORTEXP_B IMX_GPIO_NR(2, 3)
The other ARD symbols are indented with tabs, you used spaces. Care to
redo this to be consistent?
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-25 8:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 18:07 [PATCH] ARM: mach-mx5/mx53_ard: Add missing definition Fabio Estevam
2011-06-25 8:33 ` Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).