diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-17 15:48:40 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-17 15:48:40 +1000 |
| commit | 78df9266f6534fe54e86d8c1bfdc6519ad4ba09e (patch) | |
| tree | aecc349fae2ef8742d330f97c98629bd6323cebd /conf | |
| parent | b24bca4a7337de096ce17e40cfaed149188f957f (diff) | |
| download | meta-xilinx-78df9266f6534fe54e86d8c1bfdc6519ad4ba09e.tar.gz | |
zynq7-base.dtsi: Update bindings for mainline USB
* Update the bindings so that the USB devices are probed as matching the
mainline chipidea driver
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/boards/common/zynq7-base.dtsi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/conf/machine/boards/common/zynq7-base.dtsi b/conf/machine/boards/common/zynq7-base.dtsi index eb1e320e..a58cf479 100644 --- a/conf/machine/boards/common/zynq7-base.dtsi +++ b/conf/machine/boards/common/zynq7-base.dtsi | |||
| @@ -471,23 +471,21 @@ | |||
| 471 | 471 | ||
| 472 | ps7_usb_0: ps7-usb@e0002000 { | 472 | ps7_usb_0: ps7-usb@e0002000 { |
| 473 | clocks = <&clkc 28>; | 473 | clocks = <&clkc 28>; |
| 474 | compatible = "xlnx,ps7-usb-1.00.a", "xlnx,zynq-usb-1.00.a"; | 474 | compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2", "xlnx,ps7-usb-1.00.a", "xlnx,zynq-usb-1.00.a"; |
| 475 | reg = <0xe0002000 0x1000>; | 475 | reg = <0xe0002000 0x1000>; |
| 476 | interrupt-parent = <&ps7_scugic_0>; | 476 | interrupt-parent = <&ps7_scugic_0>; |
| 477 | interrupts = <0 21 4>; | 477 | interrupts = <0 21 4>; |
| 478 | dr_mode = "host"; | 478 | dr_mode = "host"; |
| 479 | phy_type = "ulpi"; | 479 | phy_type = "ulpi"; |
| 480 | xlnx,usb-reset = <0xffffffff>; | ||
| 481 | } ; | 480 | } ; |
| 482 | ps7_usb_1: ps7-usb@e0003000 { | 481 | ps7_usb_1: ps7-usb@e0003000 { |
| 483 | clocks = <&clkc 29>; | 482 | clocks = <&clkc 29>; |
| 484 | compatible = "xlnx,ps7-usb-1.00.a", "xlnx,zynq-usb-1.00.a"; | 483 | compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2", "xlnx,ps7-usb-1.00.a", "xlnx,zynq-usb-1.00.a"; |
| 485 | reg = <0xe0003000 0x1000>; | 484 | reg = <0xe0003000 0x1000>; |
| 486 | interrupt-parent = <&ps7_scugic_0>; | 485 | interrupt-parent = <&ps7_scugic_0>; |
| 487 | interrupts = <0 44 4>; | 486 | interrupts = <0 44 4>; |
| 488 | dr_mode = "host"; | 487 | dr_mode = "host"; |
| 489 | phy_type = "ulpi"; | 488 | phy_type = "ulpi"; |
| 490 | xlnx,usb-reset = <0xffffffff>; | ||
| 491 | } ; | 489 | } ; |
| 492 | 490 | ||
| 493 | ps7_xadc: ps7-xadc@f8007100 { | 491 | ps7_xadc: ps7-xadc@f8007100 { |
