diff options
author | Ramneek Mehresh <ramneek.mehresh@freescale.com> | 2012-01-18 11:10:48 +0530 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-03-16 10:46:13 -0500 |
commit | 465aceb832fb54b342a098143dbdc1e1ae250416 (patch) | |
tree | b6db1ab2e4b76a6c8a6864c9adfa23a087e909c5 /arch/powerpc/boot/dts/fsl/p1022si-post.dtsi | |
parent | 05413245fb993bb4e2d54ead0675226394d8a7c8 (diff) | |
download | blackbird-op-linux-465aceb832fb54b342a098143dbdc1e1ae250416.tar.gz blackbird-op-linux-465aceb832fb54b342a098143dbdc1e1ae250416.zip |
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/p1022si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/p1022si-post.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p1022si-post.dtsi b/arch/powerpc/boot/dts/fsl/p1022si-post.dtsi index ff9ed1d87929..de4521531f62 100644 --- a/arch/powerpc/boot/dts/fsl/p1022si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/p1022si-post.dtsi @@ -199,7 +199,13 @@ /include/ "pq3-dma-0.dtsi" /include/ "pq3-usb2-dr-0.dtsi" + usb@22000 { + compatible = "fsl-usb2-dr-v1.6", "fsl-usb2-dr"; + }; /include/ "pq3-usb2-dr-1.dtsi" + usb@23000 { + compatible = "fsl-usb2-dr-v1.6", "fsl-usb2-dr"; + }; /include/ "pq3-esdhc-0.dtsi" sdhc@2e000 { |