aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorRamneek Mehresh <ramneek.mehresh@freescale.com>2012-01-18 00:50:39 -0500
committerKumar Gala <galak@kernel.crashing.org>2012-01-18 09:05:36 -0500
commit70a0ac66869907ce3914f26fe1eba984c9eb438e (patch)
treeec87c5e7538e001fd2a91bb16c852153ce2d4a3a /arch/powerpc/boot
parentf8b5a31877b93f7136ce8c22ce44930e39b41204 (diff)
powerpc/85xx: Enable USB2 controller node for P1020RDB
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>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/dts/p1020rdb.dtsi11
1 files changed, 4 insertions, 7 deletions
diff --git a/arch/powerpc/boot/dts/p1020rdb.dtsi b/arch/powerpc/boot/dts/p1020rdb.dtsi
index b5bd86f4baf2..17559c4dc5d8 100644
--- a/arch/powerpc/boot/dts/p1020rdb.dtsi
+++ b/arch/powerpc/boot/dts/p1020rdb.dtsi
@@ -1,7 +1,7 @@
1/* 1/*
2 * P1020 RDB Device Tree Source stub (no addresses or top-level ranges) 2 * P1020 RDB Device Tree Source stub (no addresses or top-level ranges)
3 * 3 *
4 * Copyright 2011 Freescale Semiconductor Inc. 4 * Copyright 2011-2012 Freescale Semiconductor Inc.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are met: 7 * modification, are permitted provided that the following conditions are met:
@@ -192,15 +192,12 @@
192 phy_type = "ulpi"; 192 phy_type = "ulpi";
193 }; 193 };
194 194
195 /* USB2 is shared with localbus, so it must be disabled 195 /* USB2 is shared with localbus. It is used
196 by default. We can't put 'status = "disabled";' here 196 only in case of SPI and SD boot after
197 since U-Boot doesn't clear the status property when 197 appropriate device-tree fixup done by uboot */
198 it enables USB2. OTOH, U-Boot does create a new node
199 when there isn't any. So, just comment it out.
200 usb@23000 { 198 usb@23000 {
201 phy_type = "ulpi"; 199 phy_type = "ulpi";
202 }; 200 };
203 */
204 201
205 mdio@24000 { 202 mdio@24000 {
206 phy0: ethernet-phy@0 { 203 phy0: ethernet-phy@0 {