diff options
| author | Nikhil Badola <nikhil.badola@freescale.com> | 2014-08-27 23:51:46 -0400 |
|---|---|---|
| committer | Scott Wood <scottwood@freescale.com> | 2014-09-03 19:58:14 -0400 |
| commit | 26a047ab101a6ab765b805c7417e82e1ed413ff2 (patch) | |
| tree | 0ebbfcaece09a10ed548aa8b1f36ac59e33db041 /arch/powerpc/boot/dts | |
| parent | 00406e8772c61feb57c1baeb97531aa199614e65 (diff) | |
powerpc: dts: t4240: Change T4240 USB controller version
Change USB controller version to 2.5 in compatible string for T4240
Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts')
| -rw-r--r-- | arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi b/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi index a3d582e0361a..7e2fc7cdce48 100644 --- a/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | |||
| @@ -498,13 +498,13 @@ | |||
| 498 | /include/ "qoriq-gpio-3.dtsi" | 498 | /include/ "qoriq-gpio-3.dtsi" |
| 499 | /include/ "qoriq-usb2-mph-0.dtsi" | 499 | /include/ "qoriq-usb2-mph-0.dtsi" |
| 500 | usb0: usb@210000 { | 500 | usb0: usb@210000 { |
| 501 | compatible = "fsl-usb2-mph-v2.4", "fsl-usb2-mph"; | 501 | compatible = "fsl-usb2-mph-v2.5", "fsl-usb2-mph"; |
| 502 | phy_type = "utmi"; | 502 | phy_type = "utmi"; |
| 503 | port0; | 503 | port0; |
| 504 | }; | 504 | }; |
| 505 | /include/ "qoriq-usb2-dr-0.dtsi" | 505 | /include/ "qoriq-usb2-dr-0.dtsi" |
| 506 | usb1: usb@211000 { | 506 | usb1: usb@211000 { |
| 507 | compatible = "fsl-usb2-dr-v2.4", "fsl-usb2-dr"; | 507 | compatible = "fsl-usb2-dr-v2.5", "fsl-usb2-dr"; |
| 508 | dr_mode = "host"; | 508 | dr_mode = "host"; |
| 509 | phy_type = "utmi"; | 509 | phy_type = "utmi"; |
| 510 | }; | 510 | }; |
