diff options
author | Ramneek Mehresh <ramneek.mehresh@freescale.com> | 2012-01-18 09:40:48 +0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-03-16 19:46:13 +0400 |
commit | 465aceb832fb54b342a098143dbdc1e1ae250416 (patch) | |
tree | b6db1ab2e4b76a6c8a6864c9adfa23a087e909c5 /arch/powerpc/boot/dts/fsl/p3041si-post.dtsi | |
parent | 05413245fb993bb4e2d54ead0675226394d8a7c8 (diff) | |
download | linux-465aceb832fb54b342a098143dbdc1e1ae250416.tar.xz |
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/p3041si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/p3041si-post.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p3041si-post.dtsi b/arch/powerpc/boot/dts/fsl/p3041si-post.dtsi index d41d08de7f7e..af4ebc8009e3 100644 --- a/arch/powerpc/boot/dts/fsl/p3041si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/p3041si-post.dtsi @@ -336,12 +336,14 @@ /include/ "qoriq-gpio-0.dtsi" /include/ "qoriq-usb2-mph-0.dtsi" usb0: usb@210000 { + compatible = "fsl-usb2-mph-v1.6", "fsl-usb2-mph"; phy_type = "utmi"; port0; }; /include/ "qoriq-usb2-dr-0.dtsi" usb1: usb@211000 { + compatible = "fsl-usb2-dr-v1.6", "fsl,mpc85xx-usb2-dr", "fsl-usb2-dr"; dr_mode = "host"; phy_type = "utmi"; }; |