* [PATCH 1/2] Pad configuration for OMAP3EVM Multi-Media Daughter Card Support
@ 2009-01-29 19:22 hvaibhav
2009-02-10 12:11 ` Hiremath, Vaibhav
0 siblings, 1 reply; 3+ messages in thread
From: hvaibhav @ 2009-01-29 19:22 UTC (permalink / raw)
To: linux-omap; +Cc: linux-media, Vaibhav Hiremath, Brijesh Jadav, Hardik Shah
From: Vaibhav Hiremath <hvaibhav@ti.com>
On OMAP3EVM Mass Market Daugher Card following GPIO pins are being
used -
GPIO134 --> Enable/Disable TVP5146 interface
GPIO54 --> Enable/Disable Expansion Camera interface
GPIO136 --> Enable/Disable Camera (Sensor) interface
Added entry for the above GPIO's in mux.c and mux.h file
Signed-off-by: Brijesh Jadav <brijesh.j@ti.com>
Signed-off-by: Hardik Shah <hardik.shah@ti.com>
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
---
arch/arm/mach-omap2/mux.c | 6 ++++++
arch/arm/plat-omap/include/mach/mux.h | 5 ++++-
2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c
index 1556688..d226d81 100644
--- a/arch/arm/mach-omap2/mux.c
+++ b/arch/arm/mach-omap2/mux.c
@@ -471,6 +471,12 @@ MUX_CFG_34XX("AF5_34XX_GPIO142", 0x170,
OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT)
MUX_CFG_34XX("AE5_34XX_GPIO143", 0x172,
OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT)
+MUX_CFG_34XX("AG4_34XX_GPIO134", 0x160,
+ OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT)
+MUX_CFG_34XX("U8_34XX_GPIO54", 0x0b4,
+ OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT)
+MUX_CFG_34XX("AE4_34XX_GPIO136", 0x164,
+ OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT)
};
diff --git a/arch/arm/plat-omap/include/mach/mux.h b/arch/arm/plat-omap/include/mach/mux.h
index 67fddec..ace037f 100644
--- a/arch/arm/plat-omap/include/mach/mux.h
+++ b/arch/arm/plat-omap/include/mach/mux.h
@@ -795,7 +795,10 @@ enum omap34xx_index {
AF6_34XX_GPIO140_UP,
AE6_34XX_GPIO141,
AF5_34XX_GPIO142,
- AE5_34XX_GPIO143
+ AE5_34XX_GPIO143,
+ AG4_34XX_GPIO134,
+ U8_34XX_GPIO54,
+ AE4_34XX_GPIO136,
};
struct omap_mux_cfg {
--
1.5.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [PATCH 1/2] Pad configuration for OMAP3EVM Multi-Media Daughter Card Support
2009-01-29 19:22 [PATCH 1/2] Pad configuration for OMAP3EVM Multi-Media Daughter Card Support hvaibhav
@ 2009-02-10 12:11 ` Hiremath, Vaibhav
2009-02-20 19:37 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Hiremath, Vaibhav @ 2009-02-10 12:11 UTC (permalink / raw)
To: Hiremath, Vaibhav, linux-omap@vger.kernel.org
Cc: linux-media@vger.kernel.org, Jadav, Brijesh R, Shah, Hardik
Thanks,
Vaibhav Hiremath
> -----Original Message-----
> From: Hiremath, Vaibhav
> Sent: Friday, January 30, 2009 12:52 AM
> To: linux-omap@vger.kernel.org
> Cc: linux-media@vger.kernel.org; Hiremath, Vaibhav; Jadav, Brijesh
> R; Shah, Hardik
> Subject: [PATCH 1/2] Pad configuration for OMAP3EVM Multi-Media
> Daughter Card Support
>
> From: Vaibhav Hiremath <hvaibhav@ti.com>
>
> On OMAP3EVM Mass Market Daugher Card following GPIO pins are being
> used -
>
> GPIO134 --> Enable/Disable TVP5146 interface
> GPIO54 --> Enable/Disable Expansion Camera interface
> GPIO136 --> Enable/Disable Camera (Sensor) interface
>
> Added entry for the above GPIO's in mux.c and mux.h file
>
> Signed-off-by: Brijesh Jadav <brijesh.j@ti.com>
> Signed-off-by: Hardik Shah <hardik.shah@ti.com>
> Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
> ---
> arch/arm/mach-omap2/mux.c | 6 ++++++
> arch/arm/plat-omap/include/mach/mux.h | 5 ++++-
> 2 files changed, 10 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c
> index 1556688..d226d81 100644
> --- a/arch/arm/mach-omap2/mux.c
> +++ b/arch/arm/mach-omap2/mux.c
> @@ -471,6 +471,12 @@ MUX_CFG_34XX("AF5_34XX_GPIO142", 0x170,
> OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT)
> MUX_CFG_34XX("AE5_34XX_GPIO143", 0x172,
> OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT)
> +MUX_CFG_34XX("AG4_34XX_GPIO134", 0x160,
> + OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT)
> +MUX_CFG_34XX("U8_34XX_GPIO54", 0x0b4,
> + OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT)
> +MUX_CFG_34XX("AE4_34XX_GPIO136", 0x164,
> + OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT)
>
> };
>
> diff --git a/arch/arm/plat-omap/include/mach/mux.h b/arch/arm/plat-
> omap/include/mach/mux.h
> index 67fddec..ace037f 100644
> --- a/arch/arm/plat-omap/include/mach/mux.h
> +++ b/arch/arm/plat-omap/include/mach/mux.h
> @@ -795,7 +795,10 @@ enum omap34xx_index {
> AF6_34XX_GPIO140_UP,
> AE6_34XX_GPIO141,
> AF5_34XX_GPIO142,
> - AE5_34XX_GPIO143
> + AE5_34XX_GPIO143,
> + AG4_34XX_GPIO134,
> + U8_34XX_GPIO54,
> + AE4_34XX_GPIO136,
> };
>
[Hiremath, Vaibhav] If there are no review comments on this then probably this patch should go through, since this is independent and being used with Multi-Media Daughter card support.
> struct omap_mux_cfg {
> --
> 1.5.6
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] Pad configuration for OMAP3EVM Multi-Media Daughter Card Support
2009-02-10 12:11 ` Hiremath, Vaibhav
@ 2009-02-20 19:37 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2009-02-20 19:37 UTC (permalink / raw)
To: Hiremath, Vaibhav
Cc: linux-omap@vger.kernel.org, linux-media@vger.kernel.org,
Jadav, Brijesh R, Shah, Hardik
* Hiremath, Vaibhav <hvaibhav@ti.com> [090210 04:11]:
>
>
> Thanks,
> Vaibhav Hiremath
>
> > -----Original Message-----
> > From: Hiremath, Vaibhav
> > Sent: Friday, January 30, 2009 12:52 AM
> > To: linux-omap@vger.kernel.org
> > Cc: linux-media@vger.kernel.org; Hiremath, Vaibhav; Jadav, Brijesh
> > R; Shah, Hardik
> > Subject: [PATCH 1/2] Pad configuration for OMAP3EVM Multi-Media
> > Daughter Card Support
> >
> > From: Vaibhav Hiremath <hvaibhav@ti.com>
> >
> > On OMAP3EVM Mass Market Daugher Card following GPIO pins are being
> > used -
> >
> > GPIO134 --> Enable/Disable TVP5146 interface
> > GPIO54 --> Enable/Disable Expansion Camera interface
> > GPIO136 --> Enable/Disable Camera (Sensor) interface
> >
> > Added entry for the above GPIO's in mux.c and mux.h file
> >
> > Signed-off-by: Brijesh Jadav <brijesh.j@ti.com>
> > Signed-off-by: Hardik Shah <hardik.shah@ti.com>
> > Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
> > ---
> > arch/arm/mach-omap2/mux.c | 6 ++++++
> > arch/arm/plat-omap/include/mach/mux.h | 5 ++++-
> > 2 files changed, 10 insertions(+), 1 deletions(-)
> >
> > diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c
> > index 1556688..d226d81 100644
> > --- a/arch/arm/mach-omap2/mux.c
> > +++ b/arch/arm/mach-omap2/mux.c
> > @@ -471,6 +471,12 @@ MUX_CFG_34XX("AF5_34XX_GPIO142", 0x170,
> > OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT)
> > MUX_CFG_34XX("AE5_34XX_GPIO143", 0x172,
> > OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT)
> > +MUX_CFG_34XX("AG4_34XX_GPIO134", 0x160,
> > + OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT)
> > +MUX_CFG_34XX("U8_34XX_GPIO54", 0x0b4,
> > + OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT)
> > +MUX_CFG_34XX("AE4_34XX_GPIO136", 0x164,
> > + OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT)
> >
> > };
> >
> > diff --git a/arch/arm/plat-omap/include/mach/mux.h b/arch/arm/plat-
> > omap/include/mach/mux.h
> > index 67fddec..ace037f 100644
> > --- a/arch/arm/plat-omap/include/mach/mux.h
> > +++ b/arch/arm/plat-omap/include/mach/mux.h
> > @@ -795,7 +795,10 @@ enum omap34xx_index {
> > AF6_34XX_GPIO140_UP,
> > AE6_34XX_GPIO141,
> > AF5_34XX_GPIO142,
> > - AE5_34XX_GPIO143
> > + AE5_34XX_GPIO143,
> > + AG4_34XX_GPIO134,
> > + U8_34XX_GPIO54,
> > + AE4_34XX_GPIO136,
> > };
> >
> [Hiremath, Vaibhav] If there are no review comments on this then probably this patch should go through, since this is independent and being used with Multi-Media Daughter card support.
Added to omap-upstream queue and pushing to linux-omap.
Tony
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-20 19:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-29 19:22 [PATCH 1/2] Pad configuration for OMAP3EVM Multi-Media Daughter Card Support hvaibhav
2009-02-10 12:11 ` Hiremath, Vaibhav
2009-02-20 19:37 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox