devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: am335x-bone*: usb0 is hardwired for peripheral
@ 2015-02-24 16:10 Robert Nelson
  2015-02-24 16:13 ` Robert Nelson
  2015-02-24 16:19 ` Felipe Balbi
  0 siblings, 2 replies; 4+ messages in thread
From: Robert Nelson @ 2015-02-24 16:10 UTC (permalink / raw)
  To: tony, devicetree; +Cc: linux-omap, linux-arm-kernel, Robert Nelson

Fixes: http://bugs.elinux.org/issues/127

the bb.org community was seeing random reboots before this change.

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 arch/arm/boot/dts/am335x-bone-common.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/am335x-bone-common.dtsi b/arch/arm/boot/dts/am335x-bone-common.dtsi
index 6cc25ed..2c6248d 100644
--- a/arch/arm/boot/dts/am335x-bone-common.dtsi
+++ b/arch/arm/boot/dts/am335x-bone-common.dtsi
@@ -195,6 +195,7 @@
 
 &usb0 {
 	status = "okay";
+	dr_mode = "peripheral";
 };
 
 &usb1 {
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: am335x-bone*: usb0 is hardwired for peripheral
  2015-02-24 16:10 [PATCH] ARM: dts: am335x-bone*: usb0 is hardwired for peripheral Robert Nelson
@ 2015-02-24 16:13 ` Robert Nelson
  2015-02-24 16:19 ` Felipe Balbi
  1 sibling, 0 replies; 4+ messages in thread
From: Robert Nelson @ 2015-02-24 16:13 UTC (permalink / raw)
  To: Tony Lindgren, devicetree
  Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Robert Nelson

On Tue, Feb 24, 2015 at 10:10 AM, Robert Nelson <robertcnelson@gmail.com> wrote:
> Fixes: http://bugs.elinux.org/issues/127
>
> the bb.org community was seeing random reboots before this change.

Sorry.. ^ "beagleboard.org" i shouldn't use shorthand in mainline commits..

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: am335x-bone*: usb0 is hardwired for peripheral
  2015-02-24 16:10 [PATCH] ARM: dts: am335x-bone*: usb0 is hardwired for peripheral Robert Nelson
  2015-02-24 16:13 ` Robert Nelson
@ 2015-02-24 16:19 ` Felipe Balbi
  2015-02-24 18:03   ` Tony Lindgren
  1 sibling, 1 reply; 4+ messages in thread
From: Felipe Balbi @ 2015-02-24 16:19 UTC (permalink / raw)
  To: Robert Nelson; +Cc: tony, devicetree, linux-omap, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 1098 bytes --]

On Tue, Feb 24, 2015 at 10:10:43AM -0600, Robert Nelson wrote:
> Fixes: http://bugs.elinux.org/issues/127
> 
> the bb.org community was seeing random reboots before this change.
> 
> Signed-off-by: Robert Nelson <robertcnelson@gmail.com>

that's a dead giveaway considering the connector in the board :-)

Thanks

Reviewed-by: Felipe Balbi <balbi@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>

> ---
>  arch/arm/boot/dts/am335x-bone-common.dtsi | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/dts/am335x-bone-common.dtsi b/arch/arm/boot/dts/am335x-bone-common.dtsi
> index 6cc25ed..2c6248d 100644
> --- a/arch/arm/boot/dts/am335x-bone-common.dtsi
> +++ b/arch/arm/boot/dts/am335x-bone-common.dtsi
> @@ -195,6 +195,7 @@
>  
>  &usb0 {
>  	status = "okay";
> +	dr_mode = "peripheral";
>  };
>  
>  &usb1 {
> -- 
> 2.1.4
> 
> --
> 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

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: am335x-bone*: usb0 is hardwired for peripheral
  2015-02-24 16:19 ` Felipe Balbi
@ 2015-02-24 18:03   ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2015-02-24 18:03 UTC (permalink / raw)
  To: Felipe Balbi; +Cc: devicetree, linux-omap, Robert Nelson, linux-arm-kernel

* Felipe Balbi <balbi@ti.com> [150224 08:23]:
> On Tue, Feb 24, 2015 at 10:10:43AM -0600, Robert Nelson wrote:
> > Fixes: http://bugs.elinux.org/issues/127
> > 
> > the bb.org community was seeing random reboots before this change.
> > 
> > Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
> 
> that's a dead giveaway considering the connector in the board :-)
> 
> Thanks
> 
> Reviewed-by: Felipe Balbi <balbi@ti.com>
> Acked-by: Felipe Balbi <balbi@ti.com>

Applying into omap-for-v4.0/fixes thanks.

Tony

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-24 18:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-24 16:10 [PATCH] ARM: dts: am335x-bone*: usb0 is hardwired for peripheral Robert Nelson
2015-02-24 16:13 ` Robert Nelson
2015-02-24 16:19 ` Felipe Balbi
2015-02-24 18:03   ` Tony Lindgren

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).