Created
March 1, 2015 19:56
-
-
Save RobertCNelson/89a1ac57b5b232794f45 to your computer and use it in GitHub Desktop.
v3.14.x: [PATCH] ARM: dts: am335x-bone*: usb0 is hardwired for peripheral
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From d057554c24c600e0db3a8074043ef526be9f938d Mon Sep 17 00:00:00 2001 | |
| From: Robert Nelson <[email protected]> | |
| Date: Tue, 24 Feb 2015 10:10:43 -0600 | |
| Subject: [PATCH] ARM: dts: am335x-bone*: usb0 is hardwired for peripheral | |
| 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 <[email protected]> | |
| Reviewed-by: Felipe Balbi <[email protected]> | |
| Acked-by: Felipe Balbi <[email protected]> | |
| Signed-off-by: Tony Lindgren <[email protected]> | |
| Signed-off-by: Greg Kroah-Hartman <[email protected]> | |
| --- | |
| 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 2e7d932..b3eff40 100644 | |
| --- a/arch/arm/boot/dts/am335x-bone-common.dtsi | |
| +++ b/arch/arm/boot/dts/am335x-bone-common.dtsi | |
| @@ -197,6 +197,7 @@ | |
| usb@47401000 { | |
| status = "okay"; | |
| + dr_mode = "peripheral"; | |
| }; | |
| usb@47401800 { | |
| -- | |
| 2.1.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment