diff mbox

ARM: configs: Select USB PHY for AM335x SoC

Message ID 1386861269-28949-1-git-send-email-ezequiel.garcia@free-electrons.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ezequiel Garcia Dec. 12, 2013, 3:14 p.m. UTC
Enable this option as it's required to use USB on AM335x SoC.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
---
 arch/arm/configs/omap2plus_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Ezequiel Garcia Dec. 20, 2013, 12:47 a.m. UTC | #1
On Thu, Dec 12, 2013 at 12:14:29PM -0300, Ezequiel Garcia wrote:
> Enable this option as it's required to use USB on AM335x SoC.
> 
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> ---
>  arch/arm/configs/omap2plus_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> index 12c848e..e427b95 100644
> --- a/arch/arm/configs/omap2plus_defconfig
> +++ b/arch/arm/configs/omap2plus_defconfig
> @@ -223,6 +223,7 @@ CONFIG_USB_TEST=y
>  CONFIG_NOP_USB_XCEIV=y
>  CONFIG_OMAP_USB2=y
>  CONFIG_OMAP_USB3=y
> +CONFIG_AM335X_PHY_USB=y
>  CONFIG_USB_GADGET=y
>  CONFIG_USB_GADGET_DEBUG=y
>  CONFIG_USB_GADGET_DEBUG_FILES=y
> -- 
> 1.8.1.5
> 

Ping?

This is just a simple fix, is it possible to merge it for v3.14?

Thanks!
Ezequiel Garcia Dec. 26, 2013, 12:08 p.m. UTC | #2
Felipe,

On Thu, Dec 12, 2013 at 12:14:29PM -0300, Ezequiel Garcia wrote:
> Enable this option as it's required to use USB on AM335x SoC.
> 
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> ---
>  arch/arm/configs/omap2plus_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> index 12c848e..e427b95 100644
> --- a/arch/arm/configs/omap2plus_defconfig
> +++ b/arch/arm/configs/omap2plus_defconfig
> @@ -223,6 +223,7 @@ CONFIG_USB_TEST=y
>  CONFIG_NOP_USB_XCEIV=y
>  CONFIG_OMAP_USB2=y
>  CONFIG_OMAP_USB3=y
> +CONFIG_AM335X_PHY_USB=y
>  CONFIG_USB_GADGET=y
>  CONFIG_USB_GADGET_DEBUG=y
>  CONFIG_USB_GADGET_DEBUG_FILES=y
> -- 
> 1.8.1.5
> 

Maybe you can take this through your tree?
Felipe Balbi Dec. 26, 2013, 3:55 p.m. UTC | #3
On Thu, Dec 26, 2013 at 09:08:34AM -0300, Ezequiel Garcia wrote:
> Felipe,
> 
> On Thu, Dec 12, 2013 at 12:14:29PM -0300, Ezequiel Garcia wrote:
> > Enable this option as it's required to use USB on AM335x SoC.
> > 
> > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > ---
> >  arch/arm/configs/omap2plus_defconfig | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> > index 12c848e..e427b95 100644
> > --- a/arch/arm/configs/omap2plus_defconfig
> > +++ b/arch/arm/configs/omap2plus_defconfig
> > @@ -223,6 +223,7 @@ CONFIG_USB_TEST=y
> >  CONFIG_NOP_USB_XCEIV=y
> >  CONFIG_OMAP_USB2=y
> >  CONFIG_OMAP_USB3=y
> > +CONFIG_AM335X_PHY_USB=y
> >  CONFIG_USB_GADGET=y
> >  CONFIG_USB_GADGET_DEBUG=y
> >  CONFIG_USB_GADGET_DEBUG_FILES=y
> > -- 
> > 1.8.1.5
> > 
> 
> Maybe you can take this through your tree?

sorry, no. This should go through Tony to avoid conflicting.
Ezequiel Garcia Dec. 26, 2013, 11:21 p.m. UTC | #4
On Thu, Dec 26, 2013 at 09:55:55AM -0600, Felipe Balbi wrote:
> On Thu, Dec 26, 2013 at 09:08:34AM -0300, Ezequiel Garcia wrote:
> > Felipe,
> > 
> > On Thu, Dec 12, 2013 at 12:14:29PM -0300, Ezequiel Garcia wrote:
> > > Enable this option as it's required to use USB on AM335x SoC.
> > > 
> > > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > > ---
> > >  arch/arm/configs/omap2plus_defconfig | 1 +
> > >  1 file changed, 1 insertion(+)
> > > 
> > > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> > > index 12c848e..e427b95 100644
> > > --- a/arch/arm/configs/omap2plus_defconfig
> > > +++ b/arch/arm/configs/omap2plus_defconfig
> > > @@ -223,6 +223,7 @@ CONFIG_USB_TEST=y
> > >  CONFIG_NOP_USB_XCEIV=y
> > >  CONFIG_OMAP_USB2=y
> > >  CONFIG_OMAP_USB3=y
> > > +CONFIG_AM335X_PHY_USB=y
> > >  CONFIG_USB_GADGET=y
> > >  CONFIG_USB_GADGET_DEBUG=y
> > >  CONFIG_USB_GADGET_DEBUG_FILES=y
> > > -- 
> > > 1.8.1.5
> > > 
> > 
> > Maybe you can take this through your tree?
> 
> sorry, no. This should go through Tony to avoid conflicting.
> 

Tony?
Tony Lindgren Jan. 8, 2014, 1:28 a.m. UTC | #5
* Ezequiel Garcia <ezequiel.garcia@free-electrons.com> [131226 15:22]:
> On Thu, Dec 26, 2013 at 09:55:55AM -0600, Felipe Balbi wrote:
> > On Thu, Dec 26, 2013 at 09:08:34AM -0300, Ezequiel Garcia wrote:
> > > Felipe,
> > > 
> > > On Thu, Dec 12, 2013 at 12:14:29PM -0300, Ezequiel Garcia wrote:
> > > > Enable this option as it's required to use USB on AM335x SoC.
> > > > 
> > > > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > > > ---
> > > >  arch/arm/configs/omap2plus_defconfig | 1 +
> > > >  1 file changed, 1 insertion(+)
> > > > 
> > > > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> > > > index 12c848e..e427b95 100644
> > > > --- a/arch/arm/configs/omap2plus_defconfig
> > > > +++ b/arch/arm/configs/omap2plus_defconfig
> > > > @@ -223,6 +223,7 @@ CONFIG_USB_TEST=y
> > > >  CONFIG_NOP_USB_XCEIV=y
> > > >  CONFIG_OMAP_USB2=y
> > > >  CONFIG_OMAP_USB3=y
> > > > +CONFIG_AM335X_PHY_USB=y
> > > >  CONFIG_USB_GADGET=y
> > > >  CONFIG_USB_GADGET_DEBUG=y
> > > >  CONFIG_USB_GADGET_DEBUG_FILES=y
> > > > -- 
> > > > 1.8.1.5
> > > > 
> > > 
> > > Maybe you can take this through your tree?
> > 
> > sorry, no. This should go through Tony to avoid conflicting.
> > 
> 
> Tony?

Sorry for the delay, applying into omap-for-v3.14/fixes-not-urgent.

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 12c848e..e427b95 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -223,6 +223,7 @@  CONFIG_USB_TEST=y
 CONFIG_NOP_USB_XCEIV=y
 CONFIG_OMAP_USB2=y
 CONFIG_OMAP_USB3=y
+CONFIG_AM335X_PHY_USB=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_GADGET_DEBUG=y
 CONFIG_USB_GADGET_DEBUG_FILES=y