|
@@ -1,7 +1,7 @@
|
|
/*
|
|
/*
|
|
* P1020 RDB Device Tree Source stub (no addresses or top-level ranges)
|
|
* 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
|
|
* Redistribution and use in source and binary forms, with or without
|
|
* modification, are permitted provided that the following conditions are met:
|
|
* modification, are permitted provided that the following conditions are met:
|
|
@@ -190,17 +190,16 @@
|
|
|
|
|
|
usb@22000 {
|
|
usb@22000 {
|
|
phy_type = "ulpi";
|
|
phy_type = "ulpi";
|
|
|
|
+ dr_mode = "host";
|
|
};
|
|
};
|
|
|
|
|
|
- /* 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 {
|
|
usb@23000 {
|
|
phy_type = "ulpi";
|
|
phy_type = "ulpi";
|
|
|
|
+ dr_mode = "host";
|
|
};
|
|
};
|
|
- */
|
|
|
|
|
|
|
|
mdio@24000 {
|
|
mdio@24000 {
|
|
phy0: ethernet-phy@0 {
|
|
phy0: ethernet-phy@0 {
|