diff options
author | Paul Mackerras <paulus@samba.org> | 2007-02-13 13:28:00 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-13 13:28:00 +1100 |
commit | fe6af6faec078ec8137631f24cb541f9918244f0 (patch) | |
tree | a0982a904578f0f6ea0bc4113e9de6bbfbe45e43 /Documentation | |
parent | ec2f9d1331f658433411c58077871e1eef4ee1b4 (diff) | |
parent | 8f68abbfd9703e58920ff07d314a48654ed0bc3b (diff) | |
download | blackbird-op-linux-fe6af6faec078ec8137631f24cb541f9918244f0.tar.gz blackbird-op-linux-fe6af6faec078ec8137631f24cb541f9918244f0.zip |
Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/powerpc/booting-without-of.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt index 33994271cb3b..3b514672b80e 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"; }; |