diff options
-rw-r--r-- | arch/powerpc/boot/dts/p1020rdb.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p1020rdb.dts b/arch/powerpc/boot/dts/p1020rdb.dts index 49848c545d86..22f64b62d7f6 100644 --- a/arch/powerpc/boot/dts/p1020rdb.dts +++ b/arch/powerpc/boot/dts/p1020rdb.dts | |||
@@ -475,6 +475,11 @@ | |||
475 | phy_type = "ulpi"; | 475 | phy_type = "ulpi"; |
476 | }; | 476 | }; |
477 | 477 | ||
478 | /* USB2 is shared with localbus, so it must be disabled | ||
479 | by default. We can't put 'status = "disabled";' here | ||
480 | since U-Boot doesn't clear the status property when | ||
481 | it enables USB2. OTOH, U-Boot does create a new node | ||
482 | when there isn't any. So, just comment it out. | ||
478 | usb@23000 { | 483 | usb@23000 { |
479 | #address-cells = <1>; | 484 | #address-cells = <1>; |
480 | #size-cells = <0>; | 485 | #size-cells = <0>; |
@@ -484,6 +489,7 @@ | |||
484 | interrupts = <46 0x2>; | 489 | interrupts = <46 0x2>; |
485 | phy_type = "ulpi"; | 490 | phy_type = "ulpi"; |
486 | }; | 491 | }; |
492 | */ | ||
487 | 493 | ||
488 | sdhci@2e000 { | 494 | sdhci@2e000 { |
489 | compatible = "fsl,p1020-esdhc", "fsl,esdhc"; | 495 | compatible = "fsl,p1020-esdhc", "fsl,esdhc"; |