Skip to content

Commit

Permalink
powerpc/83xx: Remove second USB node from SBC834x DTS
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Liang Li authored and Kumar Gala committed Aug 25, 2009
1 parent fb8e3e1 commit 4de1244
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions arch/powerpc/boot/dts/sbc8349.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 4de1244

Please sign in to comment.