* [PATCH 1/1] ARM: dts: imx6ul-14x14-evk: add USB dual-role support
@ 2016-08-02 9:08 Peter Chen
[not found] ` <1470128903-942-1-git-send-email-peter.chen-3arQi8VN3Tc@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Peter Chen @ 2016-08-02 9:08 UTC (permalink / raw)
To: shawnguo
Cc: devicetree, Peter Chen, robh+dt, kernel, fabio.estevam,
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[parent not found: <1470128903-942-1-git-send-email-peter.chen-3arQi8VN3Tc@public.gmane.org>]
* Re: [PATCH 1/1] ARM: dts: imx6ul-14x14-evk: add USB dual-role support [not found] ` <1470128903-942-1-git-send-email-peter.chen-3arQi8VN3Tc@public.gmane.org> @ 2016-10-28 9:17 ` Peter Chen [not found] ` <CAL411-p_T9DP61kVJ8yTf3v5tduAgTgPaKa1dBCPDo+RhP7igw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 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: Peter Chen Cc: shawnguo-DgEjT+Ai2ygdnm+yROfE0A, devicetree-u79uwXL29TY76Z2rM5mHXA, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, kernel-bIcnvbaLZ9MEGnE8C9+IrQ, fabio.estevam-3arQi8VN3Tc, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org On Tue, Aug 2, 2016 at 5:08 PM, Peter Chen <peter.chen-3arQi8VN3Tc@public.gmane.org> 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-3arQi8VN3Tc@public.gmane.org> > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <CAL411-p_T9DP61kVJ8yTf3v5tduAgTgPaKa1dBCPDo+RhP7igw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [PATCH 1/1] ARM: dts: imx6ul-14x14-evk: add USB dual-role support [not found] ` <CAL411-p_T9DP61kVJ8yTf3v5tduAgTgPaKa1dBCPDo+RhP7igw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 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: Peter Chen Cc: Peter Chen, devicetree-u79uwXL29TY76Z2rM5mHXA, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, kernel-bIcnvbaLZ9MEGnE8C9+IrQ, fabio.estevam-3arQi8VN3Tc, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org 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-3arQi8VN3Tc@public.gmane.org> 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-3arQi8VN3Tc@public.gmane.org> > > --- > > 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] ARM: dts: imx6ul-14x14-evk: add USB dual-role support [not found] ` <1470128903-942-1-git-send-email-peter.chen-3arQi8VN3Tc@public.gmane.org> 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: Peter Chen Cc: Shawn Guo, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Sascha Hauer, Fabio Estevam, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Tue, Aug 2, 2016 at 6:08 AM, Peter Chen <peter.chen-3arQi8VN3Tc@public.gmane.org> 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-3arQi8VN3Tc@public.gmane.org> Reviewed-by: Fabio Estevam <fabio.estevam-3arQi8VN3Tc@public.gmane.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ 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
[not found] ` <1470128903-942-1-git-send-email-peter.chen-3arQi8VN3Tc@public.gmane.org>
2016-10-28 9:17 ` Peter Chen
[not found] ` <CAL411-p_T9DP61kVJ8yTf3v5tduAgTgPaKa1dBCPDo+RhP7igw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
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).