* [PATCH 1/1] ARM: dts: imx6ul-14x14-evk: add USB dual-role support
@ 2016-08-02 9:08 Peter Chen
2016-10-28 9:17 ` Peter Chen
2016-10-28 11:34 ` Fabio Estevam
0 siblings, 2 replies; 4+ messages in thread
From: Peter Chen @ 2016-08-02 9:08 UTC (permalink / raw)
To: linux-arm-kernel
With commit 851ce932242d ("usb: chipidea: otg: don't wait vbus
drops below BSV when starts host"), the driver can support
enabling vbus output without software control, so this board
(control vbus output through ID pin) can support dual-role now.
Signed-off-by: Peter Chen <peter.chen@nxp.com>
---
arch/arm/boot/dts/imx6ul-14x14-evk.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx6ul-14x14-evk.dts b/arch/arm/boot/dts/imx6ul-14x14-evk.dts
index e281d50..c5cf942 100644
--- a/arch/arm/boot/dts/imx6ul-14x14-evk.dts
+++ b/arch/arm/boot/dts/imx6ul-14x14-evk.dts
@@ -225,7 +225,7 @@
};
&usbotg1 {
- dr_mode = "peripheral";
+ dr_mode = "otg";
status = "okay";
};
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 1/1] ARM: dts: imx6ul-14x14-evk: add USB dual-role support
2016-08-02 9:08 [PATCH 1/1] ARM: dts: imx6ul-14x14-evk: add USB dual-role support Peter Chen
@ 2016-10-28 9:17 ` Peter Chen
2016-11-01 13:35 ` Shawn Guo
2016-10-28 11:34 ` Fabio Estevam
1 sibling, 1 reply; 4+ messages in thread
From: Peter Chen @ 2016-10-28 9:17 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Aug 2, 2016 at 5:08 PM, Peter Chen <peter.chen@nxp.com> wrote:
> With commit 851ce932242d ("usb: chipidea: otg: don't wait vbus
> drops below BSV when starts host"), the driver can support
> enabling vbus output without software control, so this board
> (control vbus output through ID pin) can support dual-role now.
>
> Signed-off-by: Peter Chen <peter.chen@nxp.com>
> ---
> arch/arm/boot/dts/imx6ul-14x14-evk.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/imx6ul-14x14-evk.dts b/arch/arm/boot/dts/imx6ul-14x14-evk.dts
> index e281d50..c5cf942 100644
> --- a/arch/arm/boot/dts/imx6ul-14x14-evk.dts
> +++ b/arch/arm/boot/dts/imx6ul-14x14-evk.dts
> @@ -225,7 +225,7 @@
> };
>
> &usbotg1 {
> - dr_mode = "peripheral";
> + dr_mode = "otg";
> status = "okay";
> };
>
Ping....
Peter
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] ARM: dts: imx6ul-14x14-evk: add USB dual-role support
2016-08-02 9:08 [PATCH 1/1] ARM: dts: imx6ul-14x14-evk: add USB dual-role support Peter Chen
2016-10-28 9:17 ` Peter Chen
@ 2016-10-28 11:34 ` Fabio Estevam
1 sibling, 0 replies; 4+ messages in thread
From: Fabio Estevam @ 2016-10-28 11:34 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Aug 2, 2016 at 6:08 AM, Peter Chen <peter.chen@nxp.com> wrote:
> With commit 851ce932242d ("usb: chipidea: otg: don't wait vbus
> drops below BSV when starts host"), the driver can support
> enabling vbus output without software control, so this board
> (control vbus output through ID pin) can support dual-role now.
>
> Signed-off-by: Peter Chen <peter.chen@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] ARM: dts: imx6ul-14x14-evk: add USB dual-role support
2016-10-28 9:17 ` Peter Chen
@ 2016-11-01 13:35 ` Shawn Guo
0 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2016-11-01 13:35 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Oct 28, 2016 at 05:17:24PM +0800, Peter Chen wrote:
> On Tue, Aug 2, 2016 at 5:08 PM, Peter Chen <peter.chen@nxp.com> wrote:
> > With commit 851ce932242d ("usb: chipidea: otg: don't wait vbus
> > drops below BSV when starts host"), the driver can support
> > enabling vbus output without software control, so this board
> > (control vbus output through ID pin) can support dual-role now.
> >
> > Signed-off-by: Peter Chen <peter.chen@nxp.com>
> > ---
> > arch/arm/boot/dts/imx6ul-14x14-evk.dts | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/arm/boot/dts/imx6ul-14x14-evk.dts b/arch/arm/boot/dts/imx6ul-14x14-evk.dts
> > index e281d50..c5cf942 100644
> > --- a/arch/arm/boot/dts/imx6ul-14x14-evk.dts
> > +++ b/arch/arm/boot/dts/imx6ul-14x14-evk.dts
> > @@ -225,7 +225,7 @@
> > };
> >
> > &usbotg1 {
> > - dr_mode = "peripheral";
> > + dr_mode = "otg";
> > status = "okay";
> > };
> >
>
> Ping....
Applied, thanks. Sorry for missing the patch in the first place.
Shawn
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-11-01 13:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-02 9:08 [PATCH 1/1] ARM: dts: imx6ul-14x14-evk: add USB dual-role support Peter Chen
2016-10-28 9:17 ` Peter Chen
2016-11-01 13:35 ` Shawn Guo
2016-10-28 11:34 ` Fabio Estevam
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).