From 78df9266f6534fe54e86d8c1bfdc6519ad4ba09e Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Fri, 17 Apr 2015 15:48:40 +1000 Subject: 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 --- conf/machine/boards/common/zynq7-base.dtsi | 6 ++---- 1 file 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 @@ ps7_usb_0: ps7-usb@e0002000 { clocks = <&clkc 28>; - compatible = "xlnx,ps7-usb-1.00.a", "xlnx,zynq-usb-1.00.a"; + compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2", "xlnx,ps7-usb-1.00.a", "xlnx,zynq-usb-1.00.a"; reg = <0xe0002000 0x1000>; interrupt-parent = <&ps7_scugic_0>; interrupts = <0 21 4>; dr_mode = "host"; phy_type = "ulpi"; - xlnx,usb-reset = <0xffffffff>; } ; ps7_usb_1: ps7-usb@e0003000 { clocks = <&clkc 29>; - compatible = "xlnx,ps7-usb-1.00.a", "xlnx,zynq-usb-1.00.a"; + compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2", "xlnx,ps7-usb-1.00.a", "xlnx,zynq-usb-1.00.a"; reg = <0xe0003000 0x1000>; interrupt-parent = <&ps7_scugic_0>; interrupts = <0 44 4>; dr_mode = "host"; phy_type = "ulpi"; - xlnx,usb-reset = <0xffffffff>; } ; ps7_xadc: ps7-xadc@f8007100 { -- cgit v1.2.3-54-g00ecf