diff options
author | Ramneek Mehresh <ramneek.mehresh@freescale.com> | 2012-01-18 00:40:48 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-03-16 11:46:13 -0400 |
commit | 465aceb832fb54b342a098143dbdc1e1ae250416 (patch) | |
tree | b6db1ab2e4b76a6c8a6864c9adfa23a087e909c5 /arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | |
parent | 05413245fb993bb4e2d54ead0675226394d8a7c8 (diff) |
powerpc/85xx: Add usb controller version info
Add usb controller version info for the following:
MPC8536, P1010, P1020, P1021, P1022, P1023, P2020, P2041,
P3041, P3060, P5020
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/fsl/p2041si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi b/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi index 234a399ddeb2..531eab82c6c9 100644 --- a/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | |||
@@ -309,12 +309,14 @@ | |||
309 | /include/ "qoriq-gpio-0.dtsi" | 309 | /include/ "qoriq-gpio-0.dtsi" |
310 | /include/ "qoriq-usb2-mph-0.dtsi" | 310 | /include/ "qoriq-usb2-mph-0.dtsi" |
311 | usb0: usb@210000 { | 311 | usb0: usb@210000 { |
312 | compatible = "fsl-usb2-mph-v1.6", "fsl,mpc85xx-usb2-mph", "fsl-usb2-mph"; | ||
312 | phy_type = "utmi"; | 313 | phy_type = "utmi"; |
313 | port0; | 314 | port0; |
314 | }; | 315 | }; |
315 | 316 | ||
316 | /include/ "qoriq-usb2-dr-0.dtsi" | 317 | /include/ "qoriq-usb2-dr-0.dtsi" |
317 | usb1: usb@211000 { | 318 | usb1: usb@211000 { |
319 | compatible = "fsl-usb2-dr-v1.6", "fsl,mpc85xx-usb2-dr", "fsl-usb2-dr"; | ||
318 | dr_mode = "host"; | 320 | dr_mode = "host"; |
319 | phy_type = "utmi"; | 321 | phy_type = "utmi"; |
320 | }; | 322 | }; |