| Submitter | Paul Gortmaker |
|---|---|
| Date | Aug. 12, 2009, 1:34 p.m. |
| Message ID | <87b9869d069308d2ed12324ea924e284c85a6765.1250036189.git.paul.gortmaker@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/31186/ |
| State | Accepted |
| Commit | 4de124446b4d68edd6cb747495234be915d56a29 |
| Delegated to: | Kumar Gala |
| Headers | show |
Comments
On Aug 12, 2009, at 8:34 AM, Paul Gortmaker wrote: > From: Liang Li <liang.li@windriver.com> > > Since only one of the SoC USB devices is brought out to a physical > connector on the board, remove the 2nd (USB-DR) node from the DTS. > Having it present and USB enabled will cause a hang at boot. > > Signed-off-by: Liang Li <liang.li@windriver.com> > Signed-off-by: Yang Shi <yang.shi@windriver.com> > Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> > --- > arch/powerpc/boot/dts/sbc8349.dts | 12 ------------ > 1 files changed, 0 insertions(+), 12 deletions(-) applied to next - k
Patch
diff --git a/arch/powerpc/boot/dts/sbc8349.dts b/arch/powerpc/boot/dts/sbc8349.dts index 2d9fa68..d93e5be 100644 --- a/arch/powerpc/boot/dts/sbc8349.dts +++ b/arch/powerpc/boot/dts/sbc8349.dts @@ -146,18 +146,6 @@ phy_type = "ulpi"; port0; }; - /* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */ - usb@23000 { - device_type = "usb"; - compatible = "fsl-usb2-dr"; - reg = <0x23000 0x1000>; - #address-cells = <1>; - #size-cells = <0>; - interrupt-parent = <&ipic>; - interrupts = <38 0x8>; - dr_mode = "otg"; - phy_type = "ulpi"; - }; enet0: ethernet@24000 { #address-cells = <1>;