Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48194
b: refs/heads/master
c: ea5b7a6
h: refs/heads/master
v: v3
  • Loading branch information
Li Yang authored and Kumar Gala committed Feb 8, 2007
1 parent 2cc56bb commit 0a3850d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fd9aeb85273e9eb4d1a0b83487576a2e22da67fc
refs/heads/master: ea5b7a61b606854bd17272cb0a751b6d0a8bfa6b
4 changes: 4 additions & 0 deletions trunk/Documentation/powerpc/booting-without-of.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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";
};

Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8349emds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
reg = <00000000 10000000>; // 256MB at 0
};

bcsr@e2400000 {
device_type = "board-control";
reg = <e2400000 8000>;
};

soc8349@e0000000 {
#address-cells = <1>;
#size-cells = <1>;
Expand Down Expand Up @@ -103,6 +108,7 @@
#size-cells = <0>;
interrupt-parent = <700>;
interrupts = <26 2>;
dr_mode = "otg";
phy_type = "ulpi";
};

Expand Down

0 comments on commit 0a3850d

Please sign in to comment.