diff options
author | Ramneek Mehresh <ramneek.mehresh@freescale.com> | 2012-01-18 10:48:46 +0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-01-18 18:05:42 +0400 |
commit | 621c4b999e3e1dc6f72b0c1680029981edc03caa (patch) | |
tree | 4f7ac0941d4d85277c8add554ab7f1b55f72dc1b /arch/powerpc/boot/dts/p1020rdb.dtsi | |
parent | 70a0ac66869907ce3914f26fe1eba984c9eb438e (diff) | |
download | linux-621c4b999e3e1dc6f72b0c1680029981edc03caa.tar.xz |
powerpc/85xx: Add dr_mode property in USB nodes
Add usb2 controller node for P1020RDB, P2020RDB, P2020DS, P1021MDS
Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/p1020rdb.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/p1020rdb.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p1020rdb.dtsi b/arch/powerpc/boot/dts/p1020rdb.dtsi index 17559c4dc5d8..1fb7e0e0940f 100644 --- a/arch/powerpc/boot/dts/p1020rdb.dtsi +++ b/arch/powerpc/boot/dts/p1020rdb.dtsi @@ -190,6 +190,7 @@ usb@22000 { phy_type = "ulpi"; + dr_mode = "host"; }; /* USB2 is shared with localbus. It is used @@ -197,6 +198,7 @@ appropriate device-tree fixup done by uboot */ usb@23000 { phy_type = "ulpi"; + dr_mode = "host"; }; mdio@24000 { |