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/mpc8536si-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/mpc8536si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi b/arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi index b37da56018b6..c8b2daa40ac8 100644 --- a/arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi | |||
@@ -202,7 +202,7 @@ | |||
202 | /include/ "pq3-etsec1-timer-0.dtsi" | 202 | /include/ "pq3-etsec1-timer-0.dtsi" |
203 | 203 | ||
204 | usb@22000 { | 204 | usb@22000 { |
205 | compatible = "fsl,mpc8536-usb2-mph", "fsl-usb2-mph"; | 205 | compatible = "fsl-usb2-mph-v1.2", "fsl,mpc8536-usb2-mph", "fsl-usb2-mph"; |
206 | reg = <0x22000 0x1000>; | 206 | reg = <0x22000 0x1000>; |
207 | #address-cells = <1>; | 207 | #address-cells = <1>; |
208 | #size-cells = <0>; | 208 | #size-cells = <0>; |
@@ -210,7 +210,7 @@ | |||
210 | }; | 210 | }; |
211 | 211 | ||
212 | usb@23000 { | 212 | usb@23000 { |
213 | compatible = "fsl,mpc8536-usb2-mph", "fsl-usb2-mph"; | 213 | compatible = "fsl-usb2-mph-v1.2", "fsl,mpc8536-usb2-mph", "fsl-usb2-mph"; |
214 | reg = <0x23000 0x1000>; | 214 | reg = <0x23000 0x1000>; |
215 | #address-cells = <1>; | 215 | #address-cells = <1>; |
216 | #size-cells = <0>; | 216 | #size-cells = <0>; |