summaryrefslogtreecommitdiffstats
path: root/Documentation/powerpc/booting-without-of.txt
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-02-09 11:40:48 -0600
committerKumar Gala <galak@kernel.crashing.org>2007-02-09 11:40:48 -0600
commitb8583f6872496cdb0145a2f642fbefff002d68cb (patch)
tree172dba46240de92865e6a8605cbb5736d2b113aa /Documentation/powerpc/booting-without-of.txt
parent8f34f6cfa27ddae8faf10aef986db2fda1ba6791 (diff)
parent49baa91d6863df480fa05eb57524a274f77fa886 (diff)
downloadkernel-crypto-b8583f6872496cdb0145a2f642fbefff002d68cb.tar.gz
kernel-crypto-b8583f6872496cdb0145a2f642fbefff002d68cb.tar.xz
kernel-crypto-b8583f6872496cdb0145a2f642fbefff002d68cb.zip
Merge branch '83xx' into for_paulus
Diffstat (limited to 'Documentation/powerpc/booting-without-of.txt')
-rw-r--r--Documentation/powerpc/booting-without-of.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt
index 33994271cb3..3b514672b80 100644
--- a/Documentation/powerpc/booting-without-of.txt
+++ b/Documentation/powerpc/booting-without-of.txt
@@ -1334,6 +1334,9 @@ platforms are moved over to use the flattened-device-tree model.
fsl-usb2-mph compatible controllers. Either this property or
"port0" (or both) must be defined for "fsl-usb2-mph" compatible
controllers.
+ - dr_mode : indicates the working mode for "fsl-usb2-dr" compatible
+ controllers. Can be "host", "peripheral", or "otg". Default to
+ "host" if not defined for backward compatibility.
Recommended properties :
- interrupts : <a b> where a is the interrupt number and b is a
@@ -1367,6 +1370,7 @@ platforms are moved over to use the flattened-device-tree model.
#size-cells = <0>;
interrupt-parent = <700>;
interrupts = <26 1>;
+ dr_mode = "otg";
phy = "ulpi";
};