powerpc/83xx: Remove second USB node from SBC834x DTS
authorLiang Li <liang.li@windriver.com>
Wed, 12 Aug 2009 13:34:28 +0000 (09:34 -0400)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 25 Aug 2009 01:48:07 +0000 (20:48 -0500)
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>
arch/powerpc/boot/dts/sbc8349.dts

index 2d9fa68f641cec3c551b54a8059ebdac428094df..d93e5beab731b4d7e70d5a1c423a7ba0962b83a9 100644 (file)
                        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>;