On Sun, Mar 01, 2015 at 01:58:21PM -0600, Robert Nelson wrote: > On Sat, Feb 28, 2015 at 10:30 PM, Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > On Sat, Feb 28, 2015 at 10:00:04PM -0600, Robert Nelson wrote: > >> > >> On Feb 28, 2015 9:53 PM, <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > >> > > >> > > >> > This is a note to let you know that I've just added the patch titled > >> > > >> > ARM: dts: am335x-bone*: usb0 is hardwired for peripheral > >> > > >> > to the 3.14-stable tree which can be found at: > >> > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a= > >> summary > >> > > >> > The filename of the patch is: > >> > arm-dts-am335x-bone-usb0-is-hardwired-for-peripheral.patch > >> > and it can be found in the queue-3.14 subdirectory. > >> > > >> > If you, or anyone else, feels it should not be added to the stable tree, > >> > please let <stable@xxxxxxxxxxxxxxx> know about it. > >> > > >> > > >> > From 67fd14b3eca63b14429350e9eadc5fab709a8821 Mon Sep 17 00:00:00 2001 > >> > From: Robert Nelson <robertcnelson@xxxxxxxxx> > >> > Date: Tue, 24 Feb 2015 10:10:43 -0600 > >> > Subject: ARM: dts: am335x-bone*: usb0 is hardwired for peripheral > >> > > >> > From: Robert Nelson <robertcnelson@xxxxxxxxx> > >> > > >> > commit 67fd14b3eca63b14429350e9eadc5fab709a8821 upstream. > >> > > >> > Fixes: http://bugs.elinux.org/issues/127 > >> > > >> > the bb.org community was seeing random reboots before this change. > >> > > >> > Signed-off-by: Robert Nelson <robertcnelson@xxxxxxxxx> > >> > Reviewed-by: Felipe Balbi <balbi@xxxxxx> > >> > Acked-by: Felipe Balbi <balbi@xxxxxx> > >> > Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> > >> > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > >> > > >> > --- > >> > arch/arm/boot/dts/am335x-bone-common.dtsi | 1 + > >> > 1 file changed, 1 insertion(+) > >> > > >> > --- a/arch/arm/boot/dts/am335x-bone-common.dtsi > >> > +++ b/arch/arm/boot/dts/am335x-bone-common.dtsi > >> > @@ -178,6 +178,7 @@ > >> > pinctrl-0 = <&uart0_pins>; > >> > > >> > status = "okay"; > >> > + dr_mode = "peripheral"; > >> > }; > >> > >> Looks like this one ended up in the UART node. (The USB node was restructured/ > >> simplified around v3.16-ish) > >> > >> It needs to go here.. > >> > >> https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/arch/ > >> arm/boot/dts/am335x-bone-common.dtsi?id=refs/tags/v3.14.34#n199 > > > > Thanks, now moved. > > So close! ;) Now that i'm back home with a real computer: > > Here's what it should look like for v3.14.x: > > https://gist.github.com/RobertCNelson/89a1ac57b5b232794f45 > > (Sorry didn't want to fight gmail's /tab -> /space thing today..) > > usb -> dual usb port: > > usb@47401000 -> usb peripheral > > usb@47401800 -> usb host Ah, thanks, now fixed up. greg k-h -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html