]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
powerpc/85xx: Enable USB2 controller node for P1020RDB
authorRamneek Mehresh <ramneek.mehresh@freescale.com>
Wed, 18 Jan 2012 05:50:39 +0000 (11:20 +0530)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 18 Jan 2012 14:05:36 +0000 (08:05 -0600)
Enable USB2 controller node for P1020RDB. USB2 controller is used only
when board boots from SPI or SD as it is muxed with eLBC

Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/p1020rdb.dtsi

index b5bd86f4baf21b810f4b38fef873b7e4775eb00e..17559c4dc5d82c103d4ab7bd254625385f2383dd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * P1020 RDB Device Tree Source stub (no addresses or top-level ranges)
  *
- * Copyright 2011 Freescale Semiconductor Inc.
+ * Copyright 2011-2012 Freescale Semiconductor Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
                phy_type = "ulpi";
        };
 
-       /* USB2 is shared with localbus, so it must be disabled
-          by default. We can't put 'status = "disabled";' here
-          since U-Boot doesn't clear the status property when
-          it enables USB2. OTOH, U-Boot does create a new node
-          when there isn't any. So, just comment it out.
+       /* USB2 is shared with localbus. It is used
+          only in case of SPI and SD boot after
+          appropriate device-tree fixup done by uboot */
        usb@23000 {
                phy_type = "ulpi";
        };
-       */
 
        mdio@24000 {
                phy0: ethernet-phy@0 {